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

levelIndexSets_ has to be a vector of pointers.

[[Imported from SVN: r3094]]
parent 6a6a8fd0
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ namespace Dune {
std::string name_;
// Our set of level indices
std::vector<UGGridLevelIndexSet<UGGrid<dim,dimworld> > > levelIndexSets_;
std::vector<UGGridLevelIndexSet<UGGrid<dim,dimworld> >*> levelIndexSets_;
UGGridLeafIndexSet<UGGrid<dim,dimworld> > leafIndexSet_;
......
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