it should be the same number in EQLNUM.

This commit is contained in:
Liu Ming 2016-06-15 16:53:51 +08:00 committed by Andreas Lauser
parent e476fe8ba5
commit ff7cc37589

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