From 90395398a6894acf095bfe9159eafb5d71f3460b Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 17 Dec 2000 10:51:05 +0000 Subject: Completing parameter range descriptions and fixing a couple of formatting bugs git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@75 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- param.ccl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 9575fd1..f378d9b 100644 --- a/param.ccl +++ b/param.ccl @@ -13,7 +13,7 @@ private: STRING outdirScalar "Name of IO Scalar output directory, overrides outdir" { - .* :: A regex which matches everything + .* :: "A regex which matches everything" } "." ########################## @@ -21,11 +21,11 @@ STRING outdirScalar "Name of IO Scalar output directory, overrides outdir" ########################## STRING outInfo_vars "Variables to output as Info to screen" STEERABLE = ALWAYS { - .* :: A regex which matches everything + .* :: "A regex which matches everything" } "" STRING outScalar_vars "Variables to output into files" STEERABLE = ALWAYS { - .* :: A regex which matches everything + .* :: "A regex which matches everything" } "" @@ -34,7 +34,7 @@ STRING outScalar_vars "Variables to output into files" STEERABLE = ALWAYS ########################## STRING outScalar_reductions "List of reductions to output into files" STEERABLE = ALWAYS { - .* :: A regex which matches everything + .* :: "A regex which matches everything" } "minimum maximum norm1 norm2" @@ -43,11 +43,11 @@ STRING outScalar_reductions "List of reductions to output into files" STEERABLE ######################## INT outInfo_every "How often to do Info output" STEERABLE = ALWAYS { - -1:* :: + -1:* :: "" } -1 INT outScalar_every "How often to do Info output" STEERABLE = ALWAYS { - -1:* :: + -1:* :: "" } -1 @@ -86,7 +86,7 @@ USES STRING outdir "" ######################## USES INT out_every "" { - : :: + : :: "" } -- cgit v1.2.3