mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
initial IterationReport.
This commit is contained in:
parent
4000582952
commit
ad01934670
@ -775,7 +775,7 @@ namespace detail {
|
||||
asImpl().assembleMassBalanceEq(state);
|
||||
|
||||
// -------- Well equations ----------
|
||||
IterationReport iter_report;
|
||||
IterationReport iter_report = {false, false, 0, 0};
|
||||
if ( ! wellsActive() ) {
|
||||
return iter_report;
|
||||
}
|
||||
|
@ -182,7 +182,7 @@ namespace Opm {
|
||||
asImpl().assembleMassBalanceEq(state);
|
||||
|
||||
// -------- Well equations ----------
|
||||
IterationReport iter_report;
|
||||
IterationReport iter_report = {false, false, 0, 0};
|
||||
if ( ! wellsActive() ) {
|
||||
return iter_report;
|
||||
}
|
||||
|
@ -526,7 +526,7 @@ namespace Opm {
|
||||
|
||||
// -------- Mass balance equations --------
|
||||
assembleMassBalanceEq(state);
|
||||
IterationReport iter_report;
|
||||
IterationReport iter_report = {false, false, 0, 0};
|
||||
// -------- Well equations ----------
|
||||
if ( ! wellsActive() ) {
|
||||
return iter_report;
|
||||
|
Loading…
Reference in New Issue
Block a user