From: bangerth Date: Mon, 22 Jan 2007 02:23:14 +0000 (+0000) Subject: Remove unnecessary qualification that would also require a presently missing 'typename' X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de121cde9edea14efd628ab7974bb7369094670a;p=dealii-svn.git Remove unnecessary qualification that would also require a presently missing 'typename' git-svn-id: https://svn.dealii.org/trunk@14357 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/multigrid.h b/deal.II/deal.II/include/multigrid/multigrid.h index 2641bcb6c8..0c56053be3 100644 --- a/deal.II/deal.II/include/multigrid/multigrid.h +++ b/deal.II/deal.II/include/multigrid/multigrid.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -521,7 +521,7 @@ Multigrid::Multigrid (const MGDoFHandler& mg_dof_handler, const MGTransferBase& transfer, const MGSmootherBase& pre_smooth, const MGSmootherBase& post_smooth, - Multigrid::Cycle cycle) + Cycle cycle) : cycle_type(cycle), minlevel(0),