aboutsummaryrefslogtreecommitdiff
path: root/src/gr/AHFinderDirect.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-18 17:42:03 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-18 17:42:03 +0000
commit07784c803efe3a065851d5e0e273cac82c12f0cb (patch)
tree60bff0605f54ecf0f9906df412947acbb6bf0d5b /src/gr/AHFinderDirect.hh
parent695c3f5b78149e18eeb0cc74f5ae971f5ff9cd32 (diff)
move Jacobian.* to ../elliptic/
update other files to compute more of Jacobian coeffs git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@633 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr/AHFinderDirect.hh')
-rw-r--r--src/gr/AHFinderDirect.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gr/AHFinderDirect.hh b/src/gr/AHFinderDirect.hh
index 8bd0225..8e5fc8c 100644
--- a/src/gr/AHFinderDirect.hh
+++ b/src/gr/AHFinderDirect.hh
@@ -72,6 +72,7 @@ void horizon_function(patch_system& ps,
bool Jacobian_flag);
// horizon_Jacobian.cc
-class Jacobian;
-void horizon_Jacobian(const patch_system& ps,
+Jacobian& create_Jacobian(const patch_system& ps,
+ const char Jacobian_type[]);
+void horizon_Jacobian(patch_system& ps,
Jacobian& Jac);