From 297bfb0299ddc1d6bea56c14bf898fa409fe136b Mon Sep 17 00:00:00 2001 From: tradke Date: Sat, 16 Mar 2002 22:01:53 +0000 Subject: Added new parameter 'IOBasic::outdir' which depricates 'IOBasic::outdirScalar'. This is to establish a set of IO parameters with common names. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@115 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- param.ccl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/param.ccl b/param.ccl index d2fbd10..391b6c8 100644 --- a/param.ccl +++ b/param.ccl @@ -8,10 +8,13 @@ private: ########################## -# Directory to output to (overriden by outdir) +# Directory to output to (overriden by 'IO::outdir') ########################## - -STRING outdirScalar "Name of IO Scalar output directory, overrides outdir" +STRING outdir "Name of Scalar output directory, overrides IO::outdir" +{ + .* :: "A regex which matches everything" +} "." +STRING outdirScalar "Name of Scalar output directory, overrides IO::outdir" { .* :: "A regex which matches everything" } "." @@ -79,7 +82,8 @@ shares: IO #################### # Output directories #################### -USES STRING outdir +#FIXME: want USES AS +#USES STRING outdir ######################## -- cgit v1.2.3