it should be the same number in EQLNUM.

This commit is contained in:
Liu Ming 2016-06-15 16:53:51 +08:00
parent a824ef9c22
commit 34805c1bf7

View File

@ -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;
}