6 parameter(ngbank=100000, nhbook=10000)
7 common/gcbank/q(ngbank)
16 * *** geant initialisation
29 * geant
main program. to link with the motif user
interface
30 * the routine gpawpp(nwgean,nwpaw) should be called, whereas
31 * the routine gpaw(nwgean,nwpaw) gives access to the basic
34 parameter(nwgean=3000000, nwpaw=1000000)
35 common/gcbank/geant(nwgean)
36 common/pawc /paw(nwpaw)
39 CALL gpaw(nwgean,nwpaw)
int main(int argc, char **argv)