aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-10-17 14:34:23 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-10-17 14:34:23 +0000
commit50a495f77eb3fa0f38e28dc84f61b29f18b8e04b (patch)
treec4b1b104fd5df0e7ebce33b84b7c013c08577214
parenta146854922c420fb5bc071b523d9d52abb7bd910 (diff)
Using new parameter BOOLEAN new_filename_scheme.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@73 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-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 ""
+{
+}