FACT++  1.0
main ( void  )

Definition at line 73 of file Markus.cxx.

References FloatInfo::initialize().

74 {
75  FloatInfo *fInfo;
76 
77  fInfo = new FloatInfo();
78  fInfo->initialize();
79 
80  while(1)
81  pause();
82 }
void initialize()
Definition: Markus.cxx:68

+ Here is the call graph for this function: