Bug in well_index increment in WellsManager

This commit is contained in:
Joakim Hove 2014-10-14 12:43:57 +02:00
parent c9ad66168f
commit 827089b835

View File

@ -413,6 +413,7 @@ namespace Opm
if (well->getStatus(timeStep) == WellCommon::SHUT) {
well_controls_shut_well( w_->ctrls[well_index] );
well_index++;
continue;
}