Skip to content
Snippets Groups Projects
Commit b44cb740 authored by Oliver Sander's avatar Oliver Sander
Browse files

forgot one change

[[Imported from SVN: r2676]]
parent 272b4847
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,7 @@ struct GridInterface
// Instantiate all methods of LocalIdSet
/** \todo Test for subindex is missing, because I don't know yet
how to test for the existence of certain codims */
g.localIdset().template id<0>(*g.template lbegin<0>(0));
g.localIdSet().template id<0>(*g.template lbegin<0>(0));
// Instantiate all methods of GlobalIdSet
/** \todo Test for subindex is missing, because I don't know yet
......
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