Fix comments.

This commit is contained in:
Tor Harald Sandve
2015-01-07 10:33:20 +01:00
parent 1718800e55
commit 880026e893
2 changed files with 2 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ namespace Opm
WellConstPtr well = (*wellIter);
if (well->getStatus(timeStep) == WellCommon::STOP) {
// STOPed wells are added to the well list with the given controll and closed.
// STOPed wells are kept in the well list but marked as stopped.
well_controls_stop_well(w_->ctrls[well_index]);
}