Skip to content
Snippets Groups Projects
Commit 23e9891c authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[pinfo.hh]

Removed two spurious semicolons.
(thanks to Andreas Lauser for the patch)

[[Imported from SVN: r1658]]
parent 382ec026
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment