aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2002-03-16 22:01:53 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2002-03-16 22:01:53 +0000
commit297bfb0299ddc1d6bea56c14bf898fa409fe136b (patch)
tree66766c02fdc99f97e2d7b765dbd3dcd43a2d642a
parent43701e2482f1e66f483ec79169737c575b1759ea (diff)
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
-rw-r--r--param.ccl12
1 files 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
########################