aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-11-08 14:43:25 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:12 +0000
commitbda7fa3c16d9d74f24d4b03cc10d7cf429fce324 (patch)
tree7158b94eacf8cc988ce45ed4a4dc41f5fa346fdd /Carpet/CarpetIOASCII/param.ccl
parent06d444b6743eff192e001db89bc07b13f5e8736c (diff)
CarpetIOASCII: Rename some parameters
Rename out3D_ghosts to output_ghost_points. Rename out3D_outer_ghosts to output_boundary_points. Keep the old parameter name for compatibility.
Diffstat (limited to 'Carpet/CarpetIOASCII/param.ccl')
-rw-r--r--Carpet/CarpetIOASCII/param.ccl12
1 files changed, 10 insertions, 2 deletions
diff --git a/Carpet/CarpetIOASCII/param.ccl b/Carpet/CarpetIOASCII/param.ccl
index b75f2e836..281bcf0be 100644
--- a/Carpet/CarpetIOASCII/param.ccl
+++ b/Carpet/CarpetIOASCII/param.ccl
@@ -368,11 +368,19 @@ BOOLEAN output_symmetry_points "Output symmetry points (assuming that there are
{
} "yes"
-BOOLEAN out3D_ghosts "Output ghost zones"
+BOOLEAN output_ghost_points "Output ghost points"
{
} "yes"
-BOOLEAN out3D_outer_ghosts "Output outer boundary zones (assuming that there are nghostzones boundary points)"
+BOOLEAN output_boundary_points "Output outer boundary points (assuming that there are nghostzones boundary points)"
+{
+} "yes"
+
+BOOLEAN out3D_ghosts "Output ghost zones (DEPRECATED)"
+{
+} "yes"
+
+BOOLEAN out3D_outer_ghosts "Output outer boundary zones (assuming that there are nghostzones boundary points) (DEPRECATED)"
{
} "yes"