FACT++  1.0
DimTimer::~DimTimer ( )
virtual

Definition at line 59 of file dimcpp.cxx.

References runningFlag, and stop().

60 {
61  if(runningFlag)
62  stop();
63 }
int runningFlag
Definition: dim.hxx:24
int stop()
Definition: dimcpp.cxx:39

+ Here is the call graph for this function: