diff --git a/opm/autodiff/RedistributeDataHandles.hpp b/opm/autodiff/RedistributeDataHandles.hpp index 9bab1dcb6..14cffe8cf 100644 --- a/opm/autodiff/RedistributeDataHandles.hpp +++ b/opm/autodiff/RedistributeDataHandles.hpp @@ -324,7 +324,7 @@ void distributeGridAndData( Dune::CpGrid& grid, global_grid.switchToGlobalView(); // distribute the grid and switch to the distributed view - grid.loadBalance(); + grid.loadBalance(eclipseState); grid.switchToDistributedView(); distributed_props = std::make_shared(properties, grid.numCells());