aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 14:04:10 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 14:04:10 +0000
commit2c5520b97975524905f45db3dd865a5cbbfb8e29 (patch)
tree7c0a3d05701df9d1e30dfe90916d2d3c9a2e27a2 /src/include
parent9a5d04c4dd7f73bfd0fb036b0795f87cdfd48227 (diff)
oops -- we want UMFPACK to be configured with C "int", not "long"
in order to match Fortran stuff -- I'm not quite sure why :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1105 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 2c12d95..0da3f35 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
*/
-#undef FORTRAN_INTEGER_IS_INT
-#define FORTRAN_INTEGER_IS_LONG
+#define FORTRAN_INTEGER_IS_INT
+#undef FORTRAN_INTEGER_IS_LONG
/******************************************************************************/