aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 8 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8ffb2c7..89c6cbd 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,10 +5,16 @@ if (*check_vars && check_every > 0)
{
STORAGE: NaNmask NaNsFound
- schedule NaNChecker_ResetCounter at POSTSTEP before NaNChecker_NaNCheck
+ schedule NaNChecker_ResetCounter at INITIAL
{
LANG: C
- OPTIONS: level
+ OPTIONS: global
+ } "Reset the NaNChecker::NaNsFound counter"
+
+ schedule NaNChecker_ResetCounter at PRESTEP
+ {
+ LANG: C
+ OPTIONS: global
} "Reset the NaNChecker::NaNsFound counter"
schedule NaNChecker_NaNCheck at POSTSTEP