mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
it should be the same number in EQLNUM.
This commit is contained in:
parent
d3ea24f653
commit
a9ae704a35
@ -394,7 +394,7 @@ namespace Opm
|
||||
const auto& cells = reg.cells(r);
|
||||
if (cells.empty())
|
||||
{
|
||||
OpmLog::warning("Equilibration region " + std::to_string(r)
|
||||
OpmLog::warning("Equilibration region " + std::to_string(r + 1)
|
||||
+ " has no active cells");
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user