Merge pull request #3999 from atgeirr/fix-missing-angle-bracket

Fix missing angle bracket.
This commit is contained in:
Arne Morten Kvarving
2022-08-15 12:01:50 +02:00
committed by GitHub

View File

@@ -1793,7 +1793,7 @@ using GridView = Dune::Fem::GridPart2GridViewImpl<
Dune::Fem::AdaptiveLeafGridPart<
Dune::CpGrid,
Dune::PartitionIteratorType(4),
false>;
false>>;
#else
using GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>;
#endif