aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2000-12-17 17:57:46 +0000
committergoodale <goodale@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2000-12-17 17:57:46 +0000
commit738f6231a12c0151cf71ace28672bde57c007058 (patch)
treee3ca035ef4d6bfe184c1d7bf5cd31069583d1608 /param.ccl
parentfb56f823b18d9d9c702e0be586c5801f764389cb (diff)
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
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl103
1 files changed, 21 insertions, 82 deletions
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 ""
{
}