aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorlanfer <lanfer@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-10-06 18:29:18 +0000
committerlanfer <lanfer@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-10-06 18:29:18 +0000
commitafe8736c8e5a14a6da1dd05d8bda94f30c8fad27 (patch)
treed09604ab94b4aefe78ac300e295565d69d29f642 /param.ccl
parente3b4b4ce9cdab206acdc0643bcd200e00608605d (diff)
BOOLEAN recover_and_remove: Remove checkpoint file after successful recovery has been made STEERABLE
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@103 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index 4aa62db..0d9afd8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -34,16 +34,16 @@ BOOLEAN out3D_datestamp "Write date as attribute to IO 3D output file?"
BOOLEAN out3D_parameters "Write parameters to IO 3D output file?"
{
} "yes"
-BOOLEAN out2D_datestamp "Write date as attribute to IO 3D output file?"
+BOOLEAN out2D_datestamp "Write date as attribute to IO 2D output file?"
{
} "yes"
-BOOLEAN out2D_parameters "Write parameters to IO 3D output file?"
+BOOLEAN out2D_parameters "Write parameters to IO 2D output file?"
{
} "yes"
-BOOLEAN out1D_datestamp "Write date as attribute to IO 3D output file?"
+BOOLEAN out1D_datestamp "Write date as attribute to IO 1D output file?"
{
} "yes"
-BOOLEAN out1D_parameters "Write parameters to IO 3D output file?"
+BOOLEAN out1D_parameters "Write parameters to IO 1D output file?"
{
} "yes"
BOOLEAN print_timing_info "Print timing information on I/O operations."
@@ -188,7 +188,7 @@ STRING recover_ID_vars "List of variables to read in from the given initial data
{
.* :: A regex which matches everything
} "all"
-BOOLEAN recover_and_remove "Remove checkpoint file after successful recovery ?"
+BOOLEAN recover_and_remove "Remove checkpoint file after successful recovery ?" STEERABLE = RECOVER
{
} "no"