aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-30 19:36:57 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-30 19:36:57 +0000
commit231e9aa227faf2ec587cc04307f557c75865bf51 (patch)
treedcbe727b88dc40a5d4411fdb9747f7d2d54330fd /src/elliptic
parentf5038c95ded21de3cd2db7ebc926eff1743d3de6 (diff)
update copies of header files that have to be included verbatim here :( :(
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@943 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic')
-rw-r--r--src/elliptic/dense_Jacobian.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/elliptic/dense_Jacobian.cc b/src/elliptic/dense_Jacobian.cc
index 6a499cf..1dd6fbb 100644
--- a/src/elliptic/dense_Jacobian.cc
+++ b/src/elliptic/dense_Jacobian.cc
@@ -64,11 +64,12 @@ using jtutil::error_exit;
/*
* prerequisites:
* "cctk.h"
- * "config.h"
+ * "config.h" // for "integer" = Fortran integer
*/
#ifdef __cplusplus
-extern "C" {
+extern "C"
+ {
#endif
/*
@@ -113,7 +114,7 @@ void CCTK_FCALL
integer* info);
#ifdef __cplusplus
- } /* extern "C" */
+ } /* extern "C" */
#endif
//***** end "lapack.h" contents ********