minor fix
fluxgen fluxgen
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/Timer.cc
→
src/Timer.cc
@@ -42,7 +42,7 @@ }
BTimer::~BTimer(void) { - if (timing) stop(); + if (isTiming()) stop(); }