Omit "well converge" on non-root process

This commit is contained in:
Markus Blatt
2016-09-15 16:38:49 +02:00
parent 2a6494cfcd
commit fd24070931

View File

@@ -1082,7 +1082,11 @@ namespace detail {
} while (it < 15);
if (converged) {
OpmLog::note("well converged iter: " + std::to_string(it));
if (terminalOutputEnabled())
{
OpmLog::note("well converged iter: " + std::to_string(it));
}
const int nw = wells().number_of_wells;
{
// We will set the bhp primary variable to the new ones,