mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Separating LGRs in rank 0 cellCentroids_
This commit is contained in:
@@ -222,7 +222,7 @@ public:
|
||||
std::function<std::array<double,EclBaseVanguard<TypeTag>::dimensionworld>(int)>
|
||||
cellCentroids() const
|
||||
{
|
||||
return this->cellCentroids_(this->cartesianIndexMapper());
|
||||
return this->cellCentroids_(this->cartesianIndexMapper(), false);
|
||||
}
|
||||
|
||||
std::vector<int> cellPartition() const
|
||||
|
||||
Reference in New Issue
Block a user