From e529c4fd35f3616ba93554f6cd248bd62e0d59af Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 26 Mar 2001 20:52:01 +0000 Subject: Use the new parameter IO::out_fileinfo. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@67 0888f3d4-9f52-45d2-93bc-d00801ff5e46 --- param.ccl | 19 ++++++++++--------- 1 file 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 -- cgit v1.2.3