From 324f01dca78638cb7a54f7f461c646c4b6913ff8 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 27 Feb 2006 00:42:46 +0000 Subject: Correct error in parameter range description git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@30 0337457d-221f-4ee6-a5f0-14255d5370d8 --- param.ccl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/param.ccl b/param.ccl index 213304a..179bf99 100644 --- a/param.ccl +++ b/param.ccl @@ -142,7 +142,7 @@ BOOLEAN boundary_staggered_x_lower "Is the boundary is staggered about the grid CCTK_INT boundary_shiftout_x_lower "Offset between the boundary location and the first boundary point at the lower x face" { - *:* :: "when not staggered: use 0 for an open, 1 for a closed open manifold" + *:* :: "when not staggered: use 0 for an open, 1 for a closed manifold" } 0 # Boundary description for the upper x face. @@ -163,7 +163,7 @@ BOOLEAN boundary_staggered_x_upper "Is the boundary is staggered about the grid CCTK_INT boundary_shiftout_x_upper "Offset between the boundary location and the first boundary point at the upper x face" { - *:* :: "when not staggered: use 0 for an open, 1 for a closed open manifold" + *:* :: "when not staggered: use 0 for an open, 1 for a closed manifold" } 0 # Boundary description for the lower y face. @@ -184,7 +184,7 @@ BOOLEAN boundary_staggered_y_lower "Is the boundary is staggered about the grid CCTK_INT boundary_shiftout_y_lower "Offset between the boundary location and the first boundary point at the lower y face" { - *:* :: "when not staggered: use 0 for an open, 1 for a closed open manifold" + *:* :: "when not staggered: use 0 for an open, 1 for a closed manifold" } 0 # Boundary description for the upper y face. @@ -205,7 +205,7 @@ BOOLEAN boundary_staggered_y_upper "Is the boundary is staggered about the grid CCTK_INT boundary_shiftout_y_upper "Offset between the boundary location and the first boundary point at the upper y face" { - *:* :: "when not staggered: use 0 for an open, 1 for a closed open manifold" + *:* :: "when not staggered: use 0 for an open, 1 for a closed manifold" } 0 # Boundary description for the lower z face. @@ -226,7 +226,7 @@ BOOLEAN boundary_staggered_z_lower "Is the boundary is staggered about the grid CCTK_INT boundary_shiftout_z_lower "Offset between the boundary location and the first boundary point at the lower z face" { - *:* :: "when not staggered: use 0 for an open, 1 for a closed open manifold" + *:* :: "when not staggered: use 0 for an open, 1 for a closed manifold" } 0 # Boundary description for the upper z face. @@ -247,5 +247,5 @@ BOOLEAN boundary_staggered_z_upper "Is the boundary is staggered about the grid CCTK_INT boundary_shiftout_z_upper "Offset between the boundary location and the first boundary point at the upper z face" { - *:* :: "when not staggered: use 0 for an open, 1 for a closed open manifold" + *:* :: "when not staggered: use 0 for an open, 1 for a closed manifold" } 0 -- cgit v1.2.3