aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index dde580a..7db18a0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -25,14 +25,14 @@ INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALW
####################
# Output directories
####################
-STRING outdir2D "Name of IO 2D output directory, overrides outdir"
+STRING outdir2D "Name of IO 2D output directory, overrides IO::outdir"
{
- .* :: "A regex which matches everything"
-} "."
-STRING outdir3D "Name of IO 3D output directory, overrides outdir"
+ .* :: "Any valid directory name, an empty string defaults to outdir"
+} ""
+STRING outdir3D "Name of IO 3D output directory, overrides IO::outdir"
{
- .* :: "A regex which matches everything"
-} "."
+ .* :: "Any valid directory name, an empty string defaults to outdir"
+} ""
##########################