]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make sure SparseDirectMUMPS shows up in the documentation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Aug 2010 08:32:17 +0000 (08:32 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Aug 2010 08:32:17 +0000 (08:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@21716 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_direct.h

index a1d3faf3c626d712022196143ce0133b4503be52..2da586716dbde07dbd7bcc754cd123b8578bc457 100644 (file)
@@ -1270,7 +1270,6 @@ class SparseDirectUMFPACK : public Subscriptor
 };
 
 
-#ifdef DEAL_II_USE_MUMPS
 /**
  * This class provides an interface to the parallel sparse direct
  * solver <a href="http://mumps.enseeiht.fr">MUMPS</a>. 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<double>& vector);
 };
-#endif // DEAL_II_USE_MUMPS
 
 DEAL_II_NAMESPACE_CLOSE
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.