aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@eff87b29-5268-4891-90a3-a07138403961>2000-12-17 14:13:43 +0000
committergoodale <goodale@eff87b29-5268-4891-90a3-a07138403961>2000-12-17 14:13:43 +0000
commitc5190be6f8d51381d472a3343726bd1e861ddd23 (patch)
tree9595b073c31c331220a1bd5ca262671d4d7e7257
parentebefd5265351f7f5d10d83389a131e23c8cf0892 (diff)
Adding quotes around descriptions since they are now necessary.
Removing now redundant range from a USES clause. Updating a the ranges for the out_every parameter. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@29 eff87b29-5268-4891-90a3-a07138403961
-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 ""
{
- : ::
}
####################