aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 35f9fd9..d6b87b9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -42,7 +42,8 @@ REAL colormap_max "maximum value to be mapped to colors" STEERABLE = ALWAYS
########################
INT out2D_every "How often to do output, overrides IO::out_every" STEERABLE = ALWAYS
{
- -1:* ::
+ -1 :: "Never"
+ 1:* :: "Every so many iterations"
} -1
KEYWORD verbose "Verbosity level"
@@ -57,12 +58,12 @@ KEYWORD verbose "Verbosity level"
#####################
STRING out2D_vars "Variables to extract data from" STEERABLE = ALWAYS
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} ""
STRING out2D_dir "Name of 2D Jpeg output directory, overrides outdir"
{
- .* :: A regex which matces everything
+ .* :: "A regex which matches everything"
} "."
KEYWORD mode "Output mode to use" STEERABLE=ALWAYS
@@ -112,7 +113,6 @@ shares: IO
########################
USES INT out_every ""
{
- : ::
}
####################