mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
correcting one not helpful comments.
which results from the re-organization of the code.
This commit is contained in:
parent
894bffd1b3
commit
4f3ce37b8e
@ -539,7 +539,8 @@ namespace Opm {
|
||||
std::vector<ADB> mob_perfcells;
|
||||
std::vector<ADB> b_perfcells;
|
||||
wellModel().extractWellPerfProperties(state, sd_.rq, mob_perfcells, b_perfcells);
|
||||
// get the concentration of the well cells
|
||||
|
||||
// Calculating the mobility for the polymer injection peforations
|
||||
if (has_polymer_ && wellModel().localWellsActive()) {
|
||||
const std::vector<int> well_cells = wellModel().wellOps().well_cells;
|
||||
const int nperf = well_cells.size();
|
||||
|
Loading…
Reference in New Issue
Block a user