From 329aba492072e88a54de1d1bf770a500e14e3729 Mon Sep 17 00:00:00 2001 From: goodale Date: Sun, 17 Dec 2000 17:57:45 +0000 Subject: Removing now redundant "" on USES and EXTENDS and redundant {} blocks on USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@19 38c3d835-c875-442e-b0fe-21c19ce1d001 --- param.ccl | 42 ++++++++++-------------------------------- 1 file changed, 10 insertions(+), 32 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index df3d037..4f475e8 100644 --- a/param.ccl +++ b/param.ccl @@ -42,56 +42,34 @@ 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 LOGICAL verbose "" -{ -} -USES LOGICAL out3D_datestamp "" -{ -} -USES LOGICAL out3D_parameters "" -{ -} +USES LOGICAL verbose +USES LOGICAL out3D_datestamp +USES LOGICAL out3D_parameters ####################### # Specific to 3D output ####################### -USES KEYWORD out3D_mode "" -{ -} +USES KEYWORD out3D_mode -USES INT out3D_procs "" -{ - : :: -} -USES LOGICAL out3D_septimefiles "" -{ -} -USES LOGICAL out3D_unchunked "" -{ -} +USES INT out3D_procs +USES LOGICAL out3D_septimefiles +USES LOGICAL out3D_unchunked ############################################## # Downsampling parameters (only for 3D output) ############################################## -USES LOGICAL out3D_single "" -{ -} +USES LOGICAL out3D_single -- cgit v1.2.3