Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
INTEGER*4 FUNCTION SETPAWC()
|
||||
INTEGER NPAWC
|
||||
PARAMETER (NPAWC = 1000000)
|
||||
INTEGER P
|
||||
COMMON /PAWC/ P(NPAWC)
|
||||
INTEGER IQUEST
|
||||
COMMON/QUEST/IQUEST(100)
|
||||
SETPAWC = NPAWC
|
||||
RETURN
|
||||
END
|
||||
Reference in New Issue
Block a user