Skip to content
Snippets Groups Projects

Necessary cleanup for warning-free work with 2.6

Merged Dominic Kempf requested to merge feature/cleanup-for-2.6 into master
Files
3
@@ -41,7 +41,7 @@ template<typename GV, typename V>
void initialize (const GV& grid_view, V& c)
{
// create mapper
Dune::MultipleCodimMultipleGeomTypeMapper<GV, FVLayout> mapper(grid_view);
Dune::MultipleCodimMultipleGeomTypeMapper<GV> mapper(grid_view, Dune::mcmgElementLayout());
for (const auto& cell : elements(grid_view))
{
Loading