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

Use the new MCMGMapper interface introduced in dune-grid-2.6

parent 0be33607
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ namespace Dune {
template <class GridView>
class GlobalP1Mapper
{
typedef MultipleCodimMultipleGeomTypeMapper<GridView, MCMGVertexLayout> P1BasisMapper;
typedef MultipleCodimMultipleGeomTypeMapper<GridView> P1BasisMapper;
public:
......@@ -34,7 +34,7 @@ namespace Dune {
typedef std::map<Index,Index> IndexMap;
GlobalP1Mapper(const GridView& gridView)
: p1Mapper_(gridView)
: p1Mapper_(gridView,mcmgVertexLayout())
{
const int dim = GridView::dimension;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment