Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setntuc.f
Go to the documentation of this file.
1  INTEGER*4 FUNCTION setntuc()
2  INTEGER nntuc
3  parameter(nntuc = 200)
4  INTEGER*4 nvar,p
5  COMMON /ntuc/ nvar,p(nntuc)
6  nvar = 0
7  setntuc = nntuc
8  RETURN
9  END
const char * p
Definition: xmltok.h:285
integer *4 function setntuc()
Definition: setntuc.f:1