This commit is contained in:
Rohith Nair 2017-04-11 10:03:22 +02:00
parent be74630699
commit 1fd91b2ce0

View File

@ -1376,7 +1376,7 @@ namespace Opm {
errlog << ", ...";
}
errlog << "]";
OpmLog::problem("Bubble point numerical problem", errlog.str());
OpmLog::warning("Bubble point numerical problem", errlog.str());
}
if (failed_cells_pd.size() > 0) {
std::stringstream errlog;