From dd4208741b479fb478fbe8bc29366df6555c79a5 Mon Sep 17 00:00:00 2001 From: goodale Date: Sun, 17 Dec 2000 17:57:46 +0000 Subject: Removing now redundant "" on USES and EXTENDS and redundant {} blocks on USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@60 0888f3d4-9f52-45d2-93bc-d00801ff5e46 --- param.ccl | 39 +++++++++------------------------------ 1 file changed, 9 insertions(+), 30 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index ebbd8c6..64111c5 100644 --- a/param.ccl +++ b/param.ccl @@ -62,41 +62,20 @@ 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 ################################### # 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