aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-30 14:35:28 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-30 14:35:28 +0000
commit4ec18979a82a22785cbf9410b9b59a3cbe66a691 (patch)
treefa3db830e6a956001adc639f3fecaa05f31a5c3c /src/include
parent0ae05c01ea24aab5e0f1412a3574997fd297a143 (diff)
* print a bit more info about setting up data structures
* fix a few bugs where error messages had mismatched printf (CCTK_VWarn) formats and arguments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@941 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 c1cb69c..8a4f84d 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -71,7 +71,7 @@ typedef CCTK_INT integer;
*/
/* store as (Fortran) dense matrix, solve with LAPACK */
-#undef HAVE_DENSE_JACOBIAN__LAPACK
+#undef HAVE_DENSE_JACOBIAN__LAPACK
/* store as row-oriented sparse matrix, solve with ILUCG */
#define HAVE_ROW_SPARSE_JACOBIAN__ILUCG