aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ff045cf..8ffb2c7 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -20,6 +20,6 @@ if (*check_vars && check_every > 0)
schedule NaNChecker_TakeAction at POSTSTEP after NaNChecker_NaNCheck
{
LANG: C
- OPTIONS: level
+ OPTIONS: global loop-level
} "Output NaNChecker::NaNmask and take action according to NaNChecker::action_if_found"
}