aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 13:37:21 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 13:37:21 +0000
commit6f2185a0e4e0050592f2d5fb2e9a458ff0779773 (patch)
tree4ae82a80c504ee56b4b405fe6c6d50b2ff17e5d6 /src/include
parent36f5c4017088f28831dc965dabaef2b3de45562a (diff)
UMFPACK wants Fortran integer to be C long, not int!
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1103 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/config.h b/src/include/config.h
index 0da3f35..2c12d95 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -70,8 +70,8 @@ typedef CCTK_INT integer;
/*
* FIXME: this should be set somehow at configure time
*/
-#define FORTRAN_INTEGER_IS_INT
-#undef FORTRAN_INTEGER_IS_LONG
+#undef FORTRAN_INTEGER_IS_INT
+#define FORTRAN_INTEGER_IS_LONG
/******************************************************************************/