mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
minor changes to output tag
This commit is contained in:
parent
375e4e2678
commit
be74630699
@ -1376,7 +1376,7 @@ namespace Opm {
|
||||
errlog << ", ...";
|
||||
}
|
||||
errlog << "]";
|
||||
OpmLog::problem("pb numerical problem", errlog.str());
|
||||
OpmLog::problem("Bubble point numerical problem", errlog.str());
|
||||
}
|
||||
if (failed_cells_pd.size() > 0) {
|
||||
std::stringstream errlog;
|
||||
@ -1390,7 +1390,7 @@ namespace Opm {
|
||||
errlog << ", ...";
|
||||
}
|
||||
errlog << "]";
|
||||
OpmLog::warning("pd numerical problem", errlog.str());
|
||||
OpmLog::warning("Dew point numerical problem", errlog.str());
|
||||
}
|
||||
|
||||
return simData;
|
||||
|
Loading…
Reference in New Issue
Block a user