[Commits] [svn:einsteintoolkit] Exact/trunk/test/ (Rev. 285)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Mon Dec 10 08:34:26 CST 2012
User: rhaas
Date: 2012/12/10 08:34 AM
Modified:
/trunk/test/
de_Sitter.par
Log:
fix typos in test parameter file
these went undetected due to a bug in the flesh
File Changes:
Directory: /trunk/test/
=======================
File [modified]: de_Sitter.par
Delta lines: +6 -6
===================================================================
--- trunk/test/de_Sitter.par 2012-11-27 17:52:52 UTC (rev 284)
+++ trunk/test/de_Sitter.par 2012-12-10 14:34:26 UTC (rev 285)
@@ -19,12 +19,12 @@
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
More information about the Commits
mailing list