From: bangerth Date: Wed, 21 Nov 2012 14:35:43 +0000 (+0000) Subject: Allow compilation with this file again. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e436b6f711b1b6faf0aec71d620f520e36330b08;p=dealii-svn.git Allow compilation with this file again. git-svn-id: https://svn.dealii.org/trunk@27660 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/multigrid/mg_matrix.h b/deal.II/include/deal.II/multigrid/mg_matrix.h index 7ea37f06fa..4a7494b394 100644 --- a/deal.II/include/deal.II/multigrid/mg_matrix.h +++ b/deal.II/include/deal.II/multigrid/mg_matrix.h @@ -91,7 +91,7 @@ template , class VECTOR = Vector > class MGMatrix : public MGMatrixBase { public: - MGMatrix (MGLevelObject *= 0); + MGMatrix (MGLevelObject *matrix= 0); void set_matrix (MGLevelObject *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 *= 0); + MGLevelObject *matrix = 0); /** * Set the matrix object to be