aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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