aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-20 16:08:40 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-20 16:08:40 +0000
commitafffced10c2b64e2b2e5f4a825c8f14a8c0ac95d (patch)
tree525a89f93e7623313eec16cb31262c01217f9ef2
parent87b9db6fc5132b943484b4c75439d95516812893 (diff)
comment and whitespace changes only
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@758 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--src/elliptic/Jacobian.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/elliptic/Jacobian.cc b/src/elliptic/Jacobian.cc
index 353c625..ee7e79c 100644
--- a/src/elliptic/Jacobian.cc
+++ b/src/elliptic/Jacobian.cc
@@ -2,6 +2,8 @@
// $Header$
//
+// <<<literal contents of "lapack.hh">>>
+//
// decode_Jacobian_type
// new_Jacobian
//
@@ -48,9 +50,16 @@ using jtutil::error_exit;
#include "../patch/patch_system.hh"
#include "Jacobian.hh"
+
+//******************************************************************************
+//******************************************************************************
+//******************************************************************************
+
+//
// FIXME: Cactus's CCTK_FCALL() isn't expanded in .h files (this is a bug),
// so we include the contents of "lapack.h" inline here.
//#include "lapack.h"
+//
//***** begin "lapack.h" contents ******
/* lapack.h -- C/C++ prototypes for (some) BLAS+LAPACK+wrapper routines */