Merge pull request #3152 from OPMUSER/VFPPROD

Update VFPProdTable.cpp
This commit is contained in:
Bård Skaflestad 2022-09-23 10:59:33 +02:00 committed by GitHub
commit d609d942db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,11 +399,11 @@ void VFPProdTable::check() {
if (error_count > 0) {
const auto& location = this->m_location;
OpmLog::warning(fmt::format("VFPPROD table {0} has {1} nonmonotonic points of BHP(THP)\n"
OpmLog::warning(fmt::format("VFPPROD table {0} has {1} non-monotonic points of BHP(THP)\n"
"In {2} line {3}\n"
"This may cause convergence issues due to switching between BHP and THP control.\n",
error_count,
m_table_num,
error_count,
location.filename,
location.lineno));
}