aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 6412151..ea19fd6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,11 +12,11 @@ INT check_every "How often to check for NaN's" STEERABLE = ALWAYS
1:* :: "Every so many iterations"
} 0
-INT check_max "How many NaN's to report for a single variable" STEERABLE = ALWAYS
+INT report_max "How many NaN's to report for a single variable" STEERABLE = ALWAYS
{
- 0 :: "Report all (default)"
- 1:* :: "Do not report more than check_max number of NaN's"
-} 0
+ -1 :: "Report all (default)"
+ 0:* :: "Do not report more than report_max number of NaN's"
+} -1
STRING check_vars "Groups and/or variables to check for NaN's" STEERABLE = ALWAYS
{