aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-08-26 15:28:34 +0000
committergoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-08-26 15:28:34 +0000
commitbd07a2eef1518efd440d02b8f7698beb741d444f (patch)
treee787115a13673afab647ebca47acf23cc45873d0 /param.ccl
parent55fb26e4fb72d556053cae17637370db31b9c78c (diff)
Added regex allowed ranges for string parameters.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@30 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 5a1f139..89690e3 100644
--- a/param.ccl
+++ b/param.ccl
@@ -25,9 +25,11 @@ INT out3D_every "How often to do 3D output, overrides out_every"
####################
STRING outdir2D "Name of IO 2D output directory, overrides outdir"
{
+ .* :: A regex which matces everything
} "outdir"
STRING outdir3D "Name of IO 3D output directory, overrides outdir"
{
+ .* :: A regex which matces everything
} "outdir"
@@ -36,11 +38,11 @@ STRING outdir3D "Name of IO 3D output directory, overrides outdir"
##########################
STRING out2D_vars "Variables to output in 2D FlexIO file format"
{
- :: "default is to output nothing"
+ .* :: A regex which matces everything
} ""
STRING out3D_vars "Variables to output in 3D FlexIO file format"
{
- :: "default is to output nothing"
+ .* :: A regex which matces everything
} ""
################
# Various things