Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setpawc.f
Go to the documentation of this file.
1  INTEGER*4 FUNCTION setpawc()
2  INTEGER npawc
3  parameter(npawc = 1000000)
4  INTEGER p
5  COMMON /pawc/ p(npawc)
6  INTEGER iquest
7  common/quest/iquest(100)
8  setpawc = npawc
9  RETURN
10  END
const char * p
Definition: xmltok.h:285
integer *4 function setpawc()
Definition: setpawc.f:1