mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
use auto in for-loop as at other occasions.
This commit is contained in:
parent
f306f78737
commit
684b58564c
@ -146,7 +146,7 @@ namespace bda
|
|||||||
event.waitForEvents(events);
|
event.waitForEvents(events);
|
||||||
|
|
||||||
// actually apply MultisegmentWells
|
// actually apply MultisegmentWells
|
||||||
for(Opm::MultisegmentWellContribution *well: multisegments){
|
for(auto well: multisegments){
|
||||||
well->setReordering(toOrder.data(), true);
|
well->setReordering(toOrder.data(), true);
|
||||||
well->apply(x_msw.data(), y_msw.data());
|
well->apply(x_msw.data(), y_msw.data());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user