From 738f6231a12c0151cf71ace28672bde57c007058 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/CactusBase/IOASCII/trunk@38 94b1c47f-dcfd-45ef-a468-0854c0e9e350 --- param.ccl | 103 +++++++++++++------------------------------------------------- 1 file changed, 21 insertions(+), 82 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 4e41c84..6fde64c 100644 --- a/param.ccl +++ b/param.ccl @@ -180,103 +180,42 @@ shares: IO #################### # Output directories #################### -USES STRING outdir "" -{ -} +USES STRING outdir ######################## # How often to do output ######################## -USES INT out_every "" -{ - : :: "" -} +USES INT out_every ####################### # What slices to output ####################### -USES CCTK_REAL out_xline_y "" -{ -: :: "" -} -USES CCTK_REAL out_xline_z "" -{ -: :: "" -} -USES CCTK_REAL out_yline_x "" -{ -: :: "" -} -USES CCTK_REAL out_yline_z "" -{ -: :: "" -} -USES CCTK_REAL out_zline_x "" -{ -: :: "" -} -USES CCTK_REAL out_zline_y "" -{ -: :: "" -} -USES CCTK_INT out_xline_yi "" -{ -: :: "" -} -USES CCTK_INT out_xline_zi "" -{ -: :: "" -} -USES CCTK_INT out_yline_xi "" -{ -: :: "" -} -USES CCTK_INT out_yline_zi "" -{ -: :: "" -} -USES CCTK_INT out_zline_xi "" -{ -: :: "" -} -USES CCTK_INT out_zline_yi "" -{ -: :: "" -} -USES CCTK_REAL out_yzplane_x "" -{ -: :: "" -} -USES CCTK_REAL out_xzplane_y "" -{ -: :: "" -} -USES CCTK_REAL out_xyplane_z "" -{ -: :: "" -} -USES CCTK_INT out_xyplane_zi "" -{ -: :: "" -} -USES CCTK_INT out_xzplane_yi "" -{ -: :: "" -} -USES CCTK_INT out_yzplane_xi "" -{ -: :: "" -} +USES CCTK_REAL out_xline_y +USES CCTK_REAL out_xline_z +USES CCTK_REAL out_yline_x +USES CCTK_REAL out_yline_z +USES CCTK_REAL out_zline_x +USES CCTK_REAL out_zline_y +USES CCTK_INT out_xline_yi +USES CCTK_INT out_xline_zi +USES CCTK_INT out_yline_xi +USES CCTK_INT out_yline_zi +USES CCTK_INT out_zline_xi +USES CCTK_INT out_zline_yi +USES CCTK_REAL out_yzplane_x +USES CCTK_REAL out_xzplane_y +USES CCTK_REAL out_xyplane_z +USES CCTK_INT out_xyplane_zi +USES CCTK_INT out_xzplane_yi +USES CCTK_INT out_yzplane_xi # various things ################ -USES BOOLEAN verbose "" -{ -} +USES BOOLEAN verbose BOOLEAN new_filename_scheme "" { } -- cgit v1.2.3