From ed995d1b7ab411b7e6f196e70b7b2227fd28a836 Mon Sep 17 00:00:00 2001 From: goodale Date: Sun, 17 Dec 2000 17:57:47 +0000 Subject: Removing now redundant "" on USES and EXTENDS and redundant {} blocks on USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@76 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- param.ccl | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index f378d9b..1f685e8 100644 --- a/param.ccl +++ b/param.ccl @@ -76,26 +76,19 @@ shares: IO #################### # Output directories #################### -USES STRING outdir "" -{ -} +USES STRING outdir ######################## # How often to do output ######################## -USES INT out_every "" -{ - : :: "" -} +USES INT out_every ################ # various things ################ -USES BOOLEAN verbose "" -{ -} +USES BOOLEAN verbose BOOLEAN new_filename_scheme "" { } -- cgit v1.2.3