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
commit 465623ce9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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