aboutsummaryrefslogtreecommitdiff
path: root/src/gr/driver.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-08 13:56:07 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-08 13:56:07 +0000
commit14ae6196a829340bafc46c20f589c9c64a1c8e86 (patch)
tree91994bca78bc1d342246ab303ae297632077c1f3 /src/gr/driver.cc
parent4a2fc5d2e9bb72b321e27af96f6d5a2f91c6dd4b (diff)
start adding Jadcobian support --> not working yet
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@618 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 fe64dce..e95c783 100644
--- a/src/gr/driver.cc
+++ b/src/gr/driver.cc
@@ -200,7 +200,7 @@ else CCTK_VWarn(-1, __LINE__, __FILE__, CCTK_THORNSTRING,
//
if (STRING_EQUAL(method, "horizon"))
then {
- horizon_function(ps, cgi, gii);
+ horizon_function(ps, cgi, gii, false);
ps.print_gridfn_with_xyz(nominal_gfns::gfn__H,
true, ghosted_gfns::gfn__h,
"H.dat");