aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>1999-10-26 23:20:32 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>1999-10-26 23:20:32 +0000
commit9d52c908265b3b9fcd1ffe8d469095503b051276 (patch)
tree8fb2cfd7408d35ecb68d06cbe9700c41d7ddf7ca /param.ccl
parent14e3d438b8472cc03acc4e2611490ae6880d1fe6 (diff)
Changed default values for outdirs from "outdir" to "." so that you
can have an output dir named "outdir" now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@13 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 9610395..6aa898e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,7 +14,7 @@ private:
STRING outdirScalar "Name of IO Scalar output directory, overrides outdir"
{
.* :: A regex which matches everything
-} "outdir"
+} "."
##########################
# What variables to output