Skip to content
Snippets Groups Projects
Commit 1db96bab authored by Markus Blatt's avatar Markus Blatt
Browse files

Added missing function implementations.

[[Imported from SVN: r501]]
parent 176a5715
Branches
Tags
No related merge requests found
......@@ -119,9 +119,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.
Please register or to comment