aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-03-26 20:52:01 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-03-26 20:52:01 +0000
commite529c4fd35f3616ba93554f6cd248bd62e0d59af (patch)
treebe315bf0759bd3b4e032452d49ff2ed1e0b81f76
parentbecd7a90745b2086f4a9fe91854c947c1be83649 (diff)
Use the new parameter IO::out_fileinfo.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@67 0888f3d4-9f52-45d2-93bc-d00801ff5e46
-rw-r--r--param.ccl19
1 files changed, 10 insertions, 9 deletions
diff --git a/param.ccl b/param.ccl
index e82f584..95d8f63 100644
--- a/param.ccl
+++ b/param.ccl
@@ -62,20 +62,21 @@ shares: IO
########################
# How often to do output
########################
-USES INT out_every
+USES INT out_every
################
# various things
################
-USES BOOLEAN verbose
-USES BOOLEAN out3D_parameters
-USES BOOLEAN print_timing_info
+USES BOOLEAN verbose
+USES BOOLEAN out3D_parameters
+USES BOOLEAN print_timing_info
+USES KEYWORD out_fileinfo
###################################
# Checkpointing/recovery parameters
###################################
-USES BOOLEAN checkpoint_ID
-USES KEYWORD recover
-USES INT checkpoint_every
-USES BOOLEAN checkpoint_on_terminate
-USES STRING recover_file
+USES BOOLEAN checkpoint_ID
+USES KEYWORD recover
+USES INT checkpoint_every
+USES BOOLEAN checkpoint_on_terminate
+USES STRING recover_file