From e436b6f711b1b6faf0aec71d620f520e36330b08 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 21 Nov 2012 14:35:43 +0000 Subject: [PATCH] Allow compilation with this file again. git-svn-id: https://svn.dealii.org/trunk@27660 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/multigrid/mg_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5