Skip to content

Commit

Permalink
Use Grid::Communication which is there since 2.7
Browse files Browse the repository at this point in the history
Grid::CollectiveCommunication is gone in 2.10
  • Loading branch information
blattms committed Oct 2, 2024
1 parent 4e01d59 commit fa714d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opm/simulators/flow/CollectDataOnIORank.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ template <class Grid, class EquilGrid, class GridView>
class CollectDataOnIORank
{
public:
using CollectiveCommunication = typename Grid::CollectiveCommunication;
using CollectiveCommunication = typename Grid::Communication;
using P2PCommunicatorType = Dune::Point2PointCommunicator<Dune::SimpleMessageBuffer>;
using IndexMapType = std::vector<int>;
using IndexMapStorageType = std::vector<IndexMapType>;
Expand Down

0 comments on commit fa714d6

Please sign in to comment.