From: wolf Date: Fri, 20 Aug 2004 21:04:32 +0000 (+0000) Subject: Unconditionally include umfpack headers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67498cfe43b089a349a04d83ca1ba2c339d4a72e;p=dealii-svn.git Unconditionally include umfpack headers. git-svn-id: https://svn.dealii.org/trunk@9570 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 2081d1a4f0..74c8bff551 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -43,13 +43,11 @@ #endif -// if configured for UMFPACK, include respective file. annoyingly the UMFPACK -// files don't seem to have extern "C" wrapped around their headers... -#ifdef DEAL_II_USE_UMFPACK +// include UMFPACK file. annoyingly the UMFPACK files don't seem to have +// extern "C" wrapped around their headers... extern "C" { # include } -#endif // if the HSL functions are not there, define them empty and throw an