From: bangerth Date: Sat, 13 Feb 2010 04:35:56 +0000 (+0000) Subject: Default a couple template arguments for the most common case. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0f5f7d4cf5a801926b9ad549ad4a701de6441c;p=dealii-svn.git Default a couple template arguments for the most common case. git-svn-id: https://svn.dealii.org/trunk@20588 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_coarse.h b/deal.II/deal.II/include/multigrid/mg_coarse.h index 7a51c724a9..aa0872232c 100644 --- a/deal.II/deal.II/include/multigrid/mg_coarse.h +++ b/deal.II/deal.II/include/multigrid/mg_coarse.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -128,7 +128,7 @@ class MGCoarseGridLACIteration : public MGCoarseGridBase * * @author Guido Kanschat, 2003 */ -template +template > class MGCoarseGridHouseholder : public MGCoarseGridBase { public: