From 9d52c908265b3b9fcd1ffe8d469095503b051276 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 26 Oct 1999 23:20:32 +0000 Subject: 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 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'param.ccl') 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 -- cgit v1.2.3