aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@e296648e-0e4f-0410-bd07-d597d9acff87>2012-12-10 14:34:26 +0000
committerrhaas <rhaas@e296648e-0e4f-0410-bd07-d597d9acff87>2012-12-10 14:34:26 +0000
commit076e916c60d9a50dbd84932ae4d891977d21989a (patch)
treebfc30f1792a4c6de1fd017896c8a69de880dde9f
parentcd5c6636a7961ca94f6a904eef72a3134f401efa (diff)
fix typos in test parameter file
these went undetected due to a bug in the flesh git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@285 e296648e-0e4f-0410-bd07-d597d9acff87
-rw-r--r--test/de_Sitter.par12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/de_Sitter.par b/test/de_Sitter.par
index 5e87d42..11a5a57 100644
--- a/test/de_Sitter.par
+++ b/test/de_Sitter.par
@@ -19,12 +19,12 @@ grid::ymax = 6.28
grid::zmin = -.785
grid::zmax = 6.28
-CoordBase::boundary_size_x_lower = pugh::ghost_size
-CoordBase::boundary_size_y_lower = pugh::ghost_size
-CoordBase::boundary_size_z_lower = pugh::ghost_size
-CoordBase::boundary_size_x_upper = pugh::ghost_size
-CoordBase::boundary_size_y_upper = pugh::ghost_size
-CoordBase::boundary_size_z_upper = pugh::ghost_size
+CoordBase::boundary_size_x_lower = pugh::ghost_size_x
+CoordBase::boundary_size_y_lower = pugh::ghost_size_y
+CoordBase::boundary_size_z_lower = pugh::ghost_size_z
+CoordBase::boundary_size_x_upper = pugh::ghost_size_x
+CoordBase::boundary_size_y_upper = pugh::ghost_size_y
+CoordBase::boundary_size_z_upper = pugh::ghost_size_z
ReflectionSymmetry::reflection_x = yes
ReflectionSymmetry::reflection_y = yes