From 6a255adac1eae07e89c9e7a4ba67552f8c186156 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 17 Dec 2000 10:51:06 +0000 Subject: 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 --- param.ccl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'param.ccl') 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 { -- cgit v1.2.3