[Flesh-cvs] DEVELOPMENT CVS "Cactus/src/util CactusTimers.c"
Erik Schnetter
schnetter at aei.mpg.de
Tue Dec 19 06:04:02 CST 2006
Update of /cactusdevcvs/Cactus/src/util
In directory asylum.cct.lsu.edu:/tmp/cvs-serv30885
Modified Files:
CactusTimers.c
Log Message:
Correct logic errors in CCTK_TimerPrintDataI:
Timer handles are not numbered consecutively from 0 upwards. It is
therefore not possible to test for legal timer number by checking the
range [0, CCTK_NumTimers()). Instead, for each timer handle one has
to check whether handled data exist.
Remove the feature that a timer number of -1 prints all existing
timers, since it is not possible (?) to iterate over all existing
timers.
More information about the Flesh-cvs
mailing list