aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-12-17 10:51:06 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-12-17 10:51:06 +0000
commit6a255adac1eae07e89c9e7a4ba67552f8c186156 (patch)
tree6dcaa3a505db1b80766faad78221e1adb9f005ee /param.ccl
parentab39ec0984ba3634bdb7ef3f3c5baf742e37b39f (diff)
Completing parameter range descriptions and fixing a couple of formatting bugs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@107 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl18
1 files changed, 9 insertions, 9 deletions
diff --git a/param.ccl b/param.ccl
index ccf5a9a..5948832 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,7 +11,7 @@ restricted:
####################
STRING outdir "Name of IO output directory" STEERABLE = RECOVER
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "."
########################
@@ -19,7 +19,7 @@ STRING outdir "Name of IO output directory" STEERABLE = RECOVER
########################
INT out_every "How often to do IO output" STEERABLE = ALWAYS
{
- -1:* ::
+ -1:* :: ""
} -1
################
@@ -165,31 +165,31 @@ INT checkpoint_keep "How many checkpoint files to keep" STEERABLE = RECOVER
} 1
STRING checkpoint_file "File name for regular checkpoint" STEERABLE = ALWAYS
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "checkpoint.chkpt"
STRING checkpoint_ID_file "File name for initial data checkpoint" STEERABLE = ALWAYS
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "checkpointID"
STRING recover_file "File name of recovery file" STEERABLE = ALWAYS
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "checkpoint.chkpt"
STRING checkpoint_dir "Output directory for checkpoint files" STEERABLE = RECOVER
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "."
STRING recovery_dir "Directory to look for the recovery file" STEERABLE = RECOVER
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "."
STRING recover_ID_files "List of files to read in as initial data" STEERABLE = RECOVER
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} ""
STRING recover_ID_vars "List of variables to read in from the given initial data files" STEERABLE = RECOVER
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "all"
BOOLEAN recover_and_remove "Remove checkpoint file after successful recovery ?" STEERABLE = RECOVER
{