fix trivial group target

This commit is contained in:
Tor Harald Sandve
2022-04-25 08:09:54 +02:00
parent 1486690738
commit d00a2e2341
5 changed files with 10 additions and 2 deletions

View File

@@ -981,6 +981,9 @@ namespace Opm
for (int p = 0; p<np; ++p) {
ws.surface_rates[p] *= scale;
}
ws.trivial_target = false;
} else {
ws.trivial_target = true;
}
break;
}