]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Allow compilation with this file again.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Nov 2012 14:35:43 +0000 (14:35 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Nov 2012 14:35:43 +0000 (14:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@27660 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/multigrid/mg_matrix.h

index 7ea37f06fa2a9a97b6cecb9408c21af079d66518..4a7494b394ede2ba0afe584078b0d15ec79e50af 100644 (file)
@@ -91,7 +91,7 @@ template <class MATRIX = SparseMatrix<double>, class VECTOR = Vector<double> >
 class MGMatrix : public MGMatrixBase<VECTOR>
 {
 public:
-  MGMatrix (MGLevelObject<MATRIX> *= 0);
+  MGMatrix (MGLevelObject<MATRIX> *matrix= 0);
   void set_matrix (MGLevelObject<MATRIX> *M);
   virtual void vmult (const unsigned int level,
                       VECTOR &dst,
@@ -135,7 +135,7 @@ public:
    */
   MGMatrixSelect (const unsigned int row = 0,
                   const unsigned int col = 0,
-                  MGLevelObject<MATRIX> *= 0);
+                  MGLevelObject<MATRIX> *matrix = 0);
 
   /**
    * Set the matrix object to be

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.