From 23e9891cb5172e58c9bd7258a303e94b85762202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org> Date: Fri, 27 Jul 2012 14:26:49 +0000 Subject: [PATCH] [pinfo.hh] Removed two spurious semicolons. (thanks to Andreas Lauser for the patch) [[Imported from SVN: r1658]] --- COPYING | 2 +- dune/istl/paamg/pinfo.hh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index c76b78529..f58858c8c 100644 --- a/COPYING +++ b/COPYING @@ -10,7 +10,7 @@ Copyright holders: 2005--2010 Carsten Gräser 2012 Christoph Grüninger 2004--2010 Robert Klöfkorn -2009 Andreas Lauser +2009--2012 Andreas Lauser 2007--2009 Sven Marnach 2003--2005 Thimo Neubauer 2010--2011 Rebecca Neumann diff --git a/dune/istl/paamg/pinfo.hh b/dune/istl/paamg/pinfo.hh index 160af3c64..388f51288 100644 --- a/dune/istl/paamg/pinfo.hh +++ b/dune/istl/paamg/pinfo.hh @@ -56,9 +56,9 @@ namespace Dune typedef int GlobalLookupIndexSet; - void buildGlobalLookup(std::size_t){}; + void buildGlobalLookup(std::size_t){} - void freeGlobalLookup(){}; + void freeGlobalLookup(){} const GlobalLookupIndexSet& globalLookup() const { -- GitLab