aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/param.ccl
diff options
context:
space:
mode:
authorschnetter <>2004-06-25 10:54:00 +0000
committerschnetter <>2004-06-25 10:54:00 +0000
commit8815e18a04f275e66a38f0f61c50190fcc0d37b0 (patch)
treee47d04876fe8436becd2ef9aee95a267eba11683 /Carpet/CarpetIOHDF5/param.ccl
parent2f47e32489b497400a81a1e9b2e01a759eeba2ef (diff)
Indent the code a bit more consistently.
Indent the code a bit more consistently. Move some variable declarations closer to their use, and declare each variable only once. Use C++ string functions to calculate the file name. darcs-hash:20040625105430-07bb3-02fe212e57dd9723ab0705ea89b96336a08fcd08.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/param.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/param.ccl7
1 files changed, 5 insertions, 2 deletions
diff --git a/Carpet/CarpetIOHDF5/param.ccl b/Carpet/CarpetIOHDF5/param.ccl
index e8a32d642..c80b383c5 100644
--- a/Carpet/CarpetIOHDF5/param.ccl
+++ b/Carpet/CarpetIOHDF5/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn CarpetIOHDF5
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/param.ccl,v 1.14 2004/06/22 11:30:12 tradke Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/param.ccl,v 1.15 2004/06/25 12:54:30 schnetter Exp $
@@ -19,8 +19,11 @@ USES BOOLEAN recover_and_remove
USES BOOLEAN checkpoint_on_terminate
USES BOOLEAN strict_io_parameter_check
USES KEYWORD recover
-USES STRING recover_file
+USES STRING checkpoint_dir
+USES STRING checkpoint_ID_file
+USES STRING checkpoint_file
USES STRING recover_dir
+USES STRING recover_file
shares: Cactus