mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Initial well iterations as a special number, output it if it is valid.
This commit is contained in:
@@ -182,7 +182,7 @@ namespace Opm {
|
||||
asImpl().assembleMassBalanceEq(state);
|
||||
|
||||
// -------- Well equations ----------
|
||||
IterationReport iter_report = {false, false, 0, 0};
|
||||
IterationReport iter_report = {false, false, 0, std::numeric_limits<int>::min()};
|
||||
if ( ! wellsActive() ) {
|
||||
return iter_report;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user