From: Wolfgang Bangerth Date: Thu, 26 Aug 2010 08:32:17 +0000 (+0000) Subject: Make sure SparseDirectMUMPS shows up in the documentation. X-Git-Tag: v8.0.0~5682 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc470c1aa7401cab93ef178966c4098583caa20;p=dealii.git Make sure SparseDirectMUMPS shows up in the documentation. git-svn-id: https://svn.dealii.org/trunk@21716 0785d39b-7218-0410-832d-ea1e28bc413d --- 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