aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@0337457d-221f-4ee6-a5f0-14255d5370d8>2006-02-27 00:42:46 +0000
committerschnetter <schnetter@0337457d-221f-4ee6-a5f0-14255d5370d8>2006-02-27 00:42:46 +0000
commit324f01dca78638cb7a54f7f461c646c4b6913ff8 (patch)
treea924385724e256907d9870ecedf7b10c186ca95f
parent3b2d4c8e542c134fe74f35160736be65ca4355e0 (diff)
Correct error in parameter range description
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@30 0337457d-221f-4ee6-a5f0-14255d5370d8
-rw-r--r--param.ccl12
1 files 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