aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic/Jacobian.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-16 14:16:40 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-16 14:16:40 +0000
commit5b9e4994d6ef4ed504aa35699d3471f509bdb814 (patch)
tree0202a01b3c4a862b8d8c6c998b0c54433b2be3a9 /src/elliptic/Jacobian.hh
parent3936e30b144fd1cb0d0463839d7d50521df93ac9 (diff)
* change from $Id: to $Header:
* put LAPACK wrapper functions inside #ifdef HAVE_DENSE_JACOBIAN git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@747 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic/Jacobian.hh')
-rw-r--r--src/elliptic/Jacobian.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elliptic/Jacobian.hh b/src/elliptic/Jacobian.hh
index 2fcdcc6..3faf2d1 100644
--- a/src/elliptic/Jacobian.hh
+++ b/src/elliptic/Jacobian.hh
@@ -147,7 +147,7 @@ private:
integer *iwork_;
fp *rwork_;
};
-#endif
+#endif // HAVE_DENSE_JACOBIAN
//******************************************************************************