aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-08-26 15:28:33 +0000
committergoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-08-26 15:28:33 +0000
commit3680de512c0a5fb866b9f9c58952e24174019305 (patch)
treef80df5779fd760762edb230a89c2ddc32bf54777 /param.ccl
parentfd981ff28eb95237f7bb033e07f0dd4ac00137c1 (diff)
Added regex allowed ranges for string parameters.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@26 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 9ddfbe6..493ea3a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -20,6 +20,7 @@ restricted:
####################
STRING outdir "Name of IO output directory"
{
+ .* :: A regex which matches everything
} "."
########################
@@ -111,18 +112,23 @@ INT checkpoint_keep "How many checkpoint files to keep"
} 1
STRING checkpoint_file "File name for regular checkpoint"
{
+ .* :: A regex which matches everything
} "checkpoint"
STRING checkpoint_ID_file "File name for initial data checkpoint"
{
+ .* :: A regex which matches everything
} "checkpointID"
STRING recover_file "File name of recovery file"
{
+ .* :: A regex which matches everything
} "checkpoint"
STRING checkpoint_dir "Output directory for checkpoint files"
{
+ .* :: A regex which matches everything
} "."
STRING recovery_dir "Directory to look for the recovery file"
{
+ .* :: A regex which matches everything
} "."