mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 20:43:49 -06:00
Add Runspec argument to restart loader
This commit is contained in:
parent
87b618e93a
commit
3e66fc9555
@ -262,7 +262,7 @@ void readDeck(int rank, std::string& deckFilename, std::unique_ptr<Opm::Deck>& d
|
||||
// too expensive however since doing so will create a copy
|
||||
// of the grid inside the optional<>.
|
||||
const auto rst_state = RestartIO::RstState::
|
||||
load(std::move(rst_view), &eclipseState->getInputGrid());
|
||||
load(std::move(rst_view), eclipseState->runspec(), &eclipseState->getInputGrid());
|
||||
|
||||
eclipseState->loadRestartAquifers(rst_state.aquifers);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user