aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-12-17 10:51:05 +0000
committerallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-12-17 10:51:05 +0000
commit90395398a6894acf095bfe9159eafb5d71f3460b (patch)
tree620a6c0229d29a0d434a9ae599ec9a4e5d8fc83b
parentf4f0b7b3662ef4a79d8333d7bb915c5e87a318a2 (diff)
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
-rw-r--r--param.ccl14
1 files changed, 7 insertions, 7 deletions
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 ""
{
- : ::
+ : :: ""
}