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

make UGGrid compile again by temporarily making the LevelIterator substitute for the LeafIterator

[[Imported from SVN: r2369]]
parent f5a52d85
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,8 @@ namespace Dune {
UGGridEntityPointer,
UGGridLevelIterator,
UGGridIntersectionIterator,
UGGridHierarchicIterator> Traits;
UGGridHierarchicIterator,
UGGridLevelIterator> Traits;
/** \brief The type of a UGGrid hierarchic index set */
typedef UGGridHierarchicIndexSet<Dune::UGGrid<dim,dimworld> > HierarchicIndexSetType;
......
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