Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ffuser.F
Go to the documentation of this file.
1 
2  SUBROUTINE ffuser(ikey)
3 *
4 * The routine is called when a *key card is read
5 *
6  CHARACTER*4 keyw
7 *
8  call uhtoc(ikey,4,keyw,4)
9  if (keyw.eq.'HIST') call uhinit
10 *
11  END