aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-10-17 14:33:54 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-10-17 14:33:54 +0000
commit4e8199f767bccb6e5c0dc9a5ced21b68e4297165 (patch)
treeca6f1f3ed23db4e2e6eeda1e17db9788e27a92e0 /param.ccl
parentafe8736c8e5a14a6da1dd05d8bda94f30c8fad27 (diff)
Added new parameter BOOLEAN new_filename_scheme "Use the new filename scheme for output files ?".
This parameter will exist only temporarily until we finally switched to the new filename scheme. It defaults to "no" so that it doesn't break all the testsuites. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@104 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0d9afd8..d945e81 100644
--- a/param.ccl
+++ b/param.ccl
@@ -49,6 +49,9 @@ BOOLEAN out1D_parameters "Write parameters to IO 1D output file?"
BOOLEAN print_timing_info "Print timing information on I/O operations."
{
} "no"
+BOOLEAN new_filename_scheme "Use the new filename scheme for output files ?"
+{
+} "no"
#######################
# Specific to 3D output