aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-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
########################