mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
use auto in for-loop as at other occasions.
This commit is contained in:
@@ -146,7 +146,7 @@ namespace bda
|
||||
event.waitForEvents(events);
|
||||
|
||||
// actually apply MultisegmentWells
|
||||
for(Opm::MultisegmentWellContribution *well: multisegments){
|
||||
for(auto well: multisegments){
|
||||
well->setReordering(toOrder.data(), true);
|
||||
well->apply(x_msw.data(), y_msw.data());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user