From 7ac200a305fc4915a9abd19b59fd0ee890bc22a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 13 Feb 2010 04:35:56 +0000 Subject: [PATCH] Default a couple template arguments for the most common case. git-svn-id: https://svn.dealii.org/trunk@20588 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_coarse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.5