15 print *,
'G3 > gives the filename of the data cards to be read:' 17 IF (filnam.EQ.
' ') filnam =
'run01.dat' 18 OPEN (unit=5,
file=filnam,status=
'unknown',form=
'formatted')
21 CALL ffkey(
'MATE',imat,1,
'INTEGER')
24 CALL ffkey(
'BINS',nltot,4,
'MIXED')
27 CALL ffkey(
'STEPMX',stepmax,1,
'REAL')
33 if (nltot.gt.nbin)
then 34 write (6,51) nltot, nbin
37 if (nrtot.gt.nbin)
then 38 write (6,52) nrtot, nbin
41 51
FORMAT (/,5
x,
'warning (uginit): NLTOT= ',i3,
' truncated to ',i3)
42 52
FORMAT (/,5
x,
'warning (uginit): NRTOT= ',i3,
' truncated to ',i3)
45 CALL vzero(sel1,10*nbin+8)
void print(G4double elem)