From: Wolfgang Bangerth Date: Fri, 20 Aug 2004 21:04:32 +0000 (+0000) Subject: Unconditionally include umfpack headers. X-Git-Tag: v8.0.0~14898 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3dd12f8ad94c88e87b810de42b8d8275b6056bf;p=dealii.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