From c5190be6f8d51381d472a3343726bd1e861ddd23 Mon Sep 17 00:00:00 2001 From: goodale Date: Sun, 17 Dec 2000 14:13:43 +0000 Subject: 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 --- param.ccl | 8 ++++---- 1 file 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 "" { - : :: } #################### -- cgit v1.2.3