Geant4  9.6.p02
 All Classes 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