aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic/Jacobian.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/elliptic/Jacobian.cc')
-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 */