mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3999 from atgeirr/fix-missing-angle-bracket
Fix missing angle bracket.
This commit is contained in:
commit
465623ce9f
@ -1793,7 +1793,7 @@ using GridView = Dune::Fem::GridPart2GridViewImpl<
|
|||||||
Dune::Fem::AdaptiveLeafGridPart<
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
Dune::CpGrid,
|
Dune::CpGrid,
|
||||||
Dune::PartitionIteratorType(4),
|
Dune::PartitionIteratorType(4),
|
||||||
false>;
|
false>>;
|
||||||
#else
|
#else
|
||||||
using GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>;
|
using GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user