aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2003-04-10 11:31:15 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2003-04-10 11:31:15 +0000
commitc6c4381d586bdb6d0e97075f3de4c195b455299e (patch)
tree699362f7524d37555176d21444823683ec69232c
parent939ea61ff7a2e370de3b3b67cb09d14bc4a028c3 (diff)
Fixed default value for IO::checkpoint_ID_file.
This closes PR Cactus/1469. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@189 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index c47ebbb..f086862 100644
--- a/param.ccl
+++ b/param.ccl
@@ -134,7 +134,7 @@ STRING checkpoint_file "File name for regular checkpoint" STEERABLE = ALWAYS
STRING checkpoint_ID_file "File name for initial data checkpoint" STEERABLE = ALWAYS
{
".+" :: "A valid filename"
-} "checkpoint.chkpt.it_0"
+} "checkpoint.chkpt"
STRING recover_file "Basename of recovery file" STEERABLE = ALWAYS
{
".+" :: "A valid filename"