mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Mini deck is reference, not pointer
This commit is contained in:
parent
2abb2c8144
commit
28c36ef949
@ -264,7 +264,7 @@ namespace Opm
|
||||
//
|
||||
// TODO (?): handle the parallel case (maybe this works out of the box)
|
||||
const auto& miniDeck = schedule.getModifierDeck(nextTimeStepIdx);
|
||||
eclipse_state_->applyModifierDeck(*miniDeck);
|
||||
eclipse_state_->applyModifierDeck(miniDeck);
|
||||
geo_.update(grid_, props_, *eclipse_state_, gravity_);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user