mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix comments.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user