aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl15
1 files changed, 8 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index 0decef6..9575fd1 100644
--- a/param.ccl
+++ b/param.ccl
@@ -76,17 +76,17 @@ shares: IO
####################
# Output directories
####################
-USES STRING outdir "Name of IO output directory"
+USES STRING outdir ""
{
-} "."
+}
########################
# How often to do output
########################
-USES INT out_every "How often to do IO output"
+USES INT out_every ""
{
- -1: ::
+ : ::
}
@@ -95,6 +95,7 @@ USES INT out_every "How often to do IO output"
################
USES BOOLEAN verbose ""
{
-} ""
-
-
+}
+BOOLEAN new_filename_scheme ""
+{
+}