From 076e916c60d9a50dbd84932ae4d891977d21989a Mon Sep 17 00:00:00 2001 From: rhaas Date: Mon, 10 Dec 2012 14:34:26 +0000 Subject: 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 --- test/de_Sitter.par | 12 ++++++------ 1 file 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 -- cgit v1.2.3