From afe8736c8e5a14a6da1dd05d8bda94f30c8fad27 Mon Sep 17 00:00:00 2001 From: lanfer Date: Fri, 6 Oct 2000 18:29:18 +0000 Subject: 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 --- param.ccl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'param.ccl') 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" -- cgit v1.2.3