aboutsummaryrefslogtreecommitdiff
path: root/src/gr/driver.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 16:24:57 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 16:24:57 +0000
commitc1eb13242eb109cfefd131bb9d7fd7ee42ab6c6d (patch)
tree5162493e34136e8fc4da79468340aa8763abe7f1 /src/gr/driver.cc
parent40571f4388015cd2f8eb8a41f69355685990531a (diff)
* 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
Diffstat (limited to 'src/gr/driver.cc')
-rw-r--r--src/gr/driver.cc2
1 files changed, 1 insertions, 1 deletions
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;