From 67498cfe43b089a349a04d83ca1ba2c339d4a72e Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 20 Aug 2004 21:04:32 +0000 Subject: [PATCH] Unconditionally include umfpack headers. git-svn-id: https://svn.dealii.org/trunk@9570 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5