not resetWellControlFromState in assemble() in StandardWellsDense

other places should gurantee the control indices from the well_state and
well_controls struct are the same.

And also, since the first element in wellSolutions() depends on the type
of the control, this function is complete yet.
This commit is contained in:
Kai Bao 2017-03-09 15:44:54 +01:00
parent 34385ee58f
commit d02f028260

View File

@ -148,7 +148,7 @@ namespace Opm {
return report;
}
resetWellControlFromState(well_state);
// resetWellControlFromState(well_state);
updateWellControls(well_state);
// Set the primary variables for the wells
setWellVariables(well_state);