PROGRAM main * * GEANT main program. To link with the MOTIF user interface * the routine GPAWPP(NWGEAN,NWPAW) should be called, whereas * the routine GPAW(NWGEAN,NWPAW) gives access to the basic * graphics version. * #if !defined(CERNLIB_IBM) PARAMETER (NWGEAN=5000000,NWPAW=5000000) #endif #if defined(CERNLIB_IBM) PARAMETER (NWGEAN=1000000,NWPAW=500000) #endif COMMON/GCBANK/GEANT(NWGEAN) COMMON/PAWC/PAW(NWPAW) #if defined(CERNLIB_HPUX) ON REAL UNDERFLOW IGNORE #endif * #if defined(CERNLIB_IBM) CALL INITC CALL ERRSET(151,999,-1) #endif #if (defined(CERNLIB_MOTIF))&&(!defined(CERNLIB_IBM)) CALL GPAWPP(NWGEAN,NWPAW) #endif #if !defined(CERNLIB_MOTIF)||defined(CERNLIB_IBM) CALL GPAW(NWGEAN,NWPAW) #endif * END SUBROUTINE QNEXT END #if !defined(CERNLIB_CZ) SUBROUTINE CZOPEN END SUBROUTINE CZTCP END SUBROUTINE CZCLOS END SUBROUTINE CZPUTA END #endif #if defined(CERNLIB_IBM) FUNCTION IOSCLR() IOSCLR=0 END #endif