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

@@ -50,7 +50,7 @@ namespace Opm
assert((wells->type[w] == INJECTOR) || (wells->type[w] == PRODUCER));
const WellControls* ctrl = wells->ctrls[w];
if (well_controls_well_is_stopped(ctrl)) {
// Shut well:
// Stopped well:
// 1. Assign zero well rates.
for (int p = 0; p < np; ++p) {
wellrates_[np*w + p] = 0.0;