mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Renamed variables/functions for number of cells.
This commit is contained in:
@@ -623,7 +623,7 @@ public:
|
||||
* \warn This is a collective operation that needs to be called
|
||||
* on all ranks.
|
||||
*/
|
||||
std::size_t noGlobalCells() const
|
||||
std::size_t globalNumCells() const
|
||||
{
|
||||
const auto& grid = asImp_().grid();
|
||||
if (grid.comm().size() == 1)
|
||||
|
||||
Reference in New Issue
Block a user