mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -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::CpGrid,
|
||||
Dune::PartitionIteratorType(4),
|
||||
false>;
|
||||
false>>;
|
||||
#else
|
||||
using GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user