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