aboutsummaryrefslogtreecommitdiff
path: root/src/gr/driver.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-18 18:39:56 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-18 18:39:56 +0000
commite4b4a6cf5c7e6724d8f2a344396b1a61fe15d431 (patch)
treeced26fb411f715fd360fb26f71964dc04d183914 /src/gr/driver.cc
parent6e12d8e58b42c238847a8c184f093341cf8e2dd6 (diff)
fix incllude paths to Jacobian.hh now that it's over in ../elliptic/
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@643 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr/driver.cc')
-rw-r--r--src/gr/driver.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gr/driver.cc b/src/gr/driver.cc
index 0c04dfe..5031e41 100644
--- a/src/gr/driver.cc
+++ b/src/gr/driver.cc
@@ -32,7 +32,8 @@ using jtutil::error_exit;
#include "../util/patch_interp.hh"
#include "../util/ghost_zone.hh"
#include "../util/patch_system.hh"
-#include "../util/Jacobian.hh"
+
+#include "../elliptic/Jacobian.hh"
#include "gfn.hh"
#include "AHFinderDirect.hh"