mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
set polymer rates to the right well.
This commit is contained in:
parent
5581771917
commit
ec06eebc06
@ -103,7 +103,7 @@ namespace Opm
|
||||
// names.
|
||||
int wix = 0;
|
||||
for (; wix < wells.number_of_wells; ++wix) {
|
||||
if (wellPolymerRate_.count(wells.name[wix]) > 0) {
|
||||
if (map_it->first == wells.name[wix]) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user