From 8dc470c1aa7401cab93ef178966c4098583caa20 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Aug 2010 08:32:17 +0000 Subject: [PATCH] Make sure SparseDirectMUMPS shows up in the documentation. git-svn-id: https://svn.dealii.org/trunk@21716 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index a1d3faf3c6..2da586716d 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -1270,7 +1270,6 @@ class SparseDirectUMFPACK : public Subscriptor }; -#ifdef DEAL_II_USE_MUMPS /** * This class provides an interface to the parallel sparse direct * solver MUMPS. MUMPS is @@ -1295,7 +1294,9 @@ class SparseDirectMUMPS { private: +#ifdef DEAL_II_USE_MUMPS DMUMPS_STRUC_C id; +#endif // DEAL_II_USE_MUMPS double *a; double *rhs; @@ -1345,7 +1346,6 @@ class SparseDirectMUMPS */ void solve (Vector& vector); }; -#endif // DEAL_II_USE_MUMPS DEAL_II_NAMESPACE_CLOSE -- 2.39.5