mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-27 19:50:16 -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);
|
||||
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