aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2003-03-27 10:56:03 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2003-03-27 10:56:03 +0000
commit939ea61ff7a2e370de3b3b67cb09d14bc4a028c3 (patch)
tree80fae7760f684eca0ff20a6865d7ebfd292acf1c
parenta1d5d438d3360f679d7a8a9e552768cff8fea1a9 (diff)
Changed the default for parameter IO::checkpoint_ID_file from "checkpointID"
to "checkpoint.chkpt.it_0" so that it uses the same naming conventions as evolution checkpoint files. This closes PR IO/1443. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@188 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 4febced..c47ebbb 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"
-} "checkpointID"
+} "checkpoint.chkpt.it_0"
STRING recover_file "Basename of recovery file" STEERABLE = ALWAYS
{
".+" :: "A valid filename"