Silence unused variable warnings.

This commit is contained in:
Atgeirr Flø Rasmussen 2017-08-15 11:17:30 +02:00
parent c6e729b1bf
commit e3ceecdfa4

View File

@ -648,9 +648,9 @@ namespace Opm {
Vec2 dx;
jac.solve(dx, res);
dx *= relaxation;
const auto hcstate_old = state_.reservoir_state.hydroCarbonState()[cell];
// const auto hcstate_old = state_.reservoir_state.hydroCarbonState()[cell];
updateState(cell, -dx);
const auto hcstate = state_.reservoir_state.hydroCarbonState()[cell];
// const auto hcstate = state_.reservoir_state.hydroCarbonState()[cell];
assembleSingleCell(cell, res, jac);
++iter;
if (iter > 10) {