aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 12:37:48 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 12:37:48 +0000
commita235e73141d42c56ffcade3ebb69acafb61802af (patch)
tree0d29c81275712096aa1165f5ea7eb0d252acb075 /src/include
parentd0c5692478c3eb4c7f48b4cbcc25d884693788ab (diff)
oops -- we don't want to link with LAPACK
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1100 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config.h b/src/include/config.h
index 0f92db2..fe681dc 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -98,7 +98,7 @@ typedef CCTK_INT integer;
*/
/* store as (Fortran) dense matrix, solve with LAPACK */
-#define HAVE_DENSE_JACOBIAN__LAPACK
+#undef HAVE_DENSE_JACOBIAN__LAPACK
/* store as row-oriented sparse matrix, solve with ILUCG */
#define HAVE_ROW_SPARSE_JACOBIAN__ILUCG