Skip to content
Snippets Groups Projects
Commit 3d7e999a authored by Adrian Burri's avatar Adrian Burri
Browse files

Bugfix

[[Imported from SVN: r2663]]
parent bd672be3
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ namespace Dune {
struct LevelGridPartTraits {
typedef GridImp GridType;
typedef LevelGridPart<GridImp,pitype> GridPartType;
typedef typename GridImp::LevelIndexSetType IndexSetType;
typedef typename GridImp::LevelIndexSet IndexSetType;
template <int cd>
struct Codim {
......@@ -181,7 +181,7 @@ namespace Dune {
struct LeafGridPartTraits {
typedef GridImp GridType;
typedef LeafGridPart<GridImp,pitype> GridPartType;
typedef typename GridImp::LeafIndexSetType IndexSetType;
typedef typename GridImp::LeafIndexSet IndexSetType;
template <int cd>
struct Codim {
......
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