From bd07a2eef1518efd440d02b8f7698beb741d444f Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 26 Aug 1999 15:28:34 +0000 Subject: 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 --- param.ccl | 6 ++++-- 1 file 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 -- cgit v1.2.3