From c1eb13242eb109cfefd131bb9d7fd7ee42ab6c6d Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 22 Apr 2002 16:24:57 +0000 Subject: * maple-generated code wants (xx,yy,zz) = *local* xyz coords (compute this on the fly at each grid point) * remove X_ud and X_udd deriv coeffs from grid -- we have to compute them anyway at each grid point, so no need to store them in the grid *** with these changes, code now correctly evaluates H(h) *** for Schw/EF with the patch center at (0.5,0.5,0.0) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@584 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- src/gr/driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gr/driver.cc') diff --git a/src/gr/driver.cc b/src/gr/driver.cc index 0abc9f7..fe64dce 100644 --- a/src/gr/driver.cc +++ b/src/gr/driver.cc @@ -273,7 +273,7 @@ CCTK_VInfo(CCTK_THORNSTRING, fp r_plus, r_minus; #include "ellipsoid.c" - // exactly one of the solutions (=def r) should be positive + // exactly one of the solutions (call it r) should be positive fp r; if ((r_plus > 0.0) && (r_minus < 0.0)) then r = r_plus; -- cgit v1.2.3