fix warnings.

This commit is contained in:
Liu Ming
2016-06-29 16:42:43 +08:00
parent 3eb1484f47
commit 136839bd20
2 changed files with 3 additions and 2 deletions

View File

@@ -567,6 +567,7 @@ namespace Opm {
wellModel().addWellFluxEq(cq_s, state, residual_);
addWellContributionToMassBalanceEq(cq_s, state, well_state);
wellModel().addWellControlEq(state, well_state, aliveWells, residual_);
return iter_report;
}