mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Fix missing angle bracket.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user