aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9fdff83..862ca49 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,5 +6,6 @@ if (*check_vars && check_every > 0)
schedule NaNChecker_NaNCheck at POSTSTEP
{
LANG:C
+ STORAGE: NaNmask_group
} "Check for NaN's"
}