Load WTEST configuration from restart file

This commit is contained in:
Joakim Hove
2021-10-11 10:07:43 +02:00
parent af253dde47
commit 7a1869fa60
6 changed files with 126 additions and 4 deletions

View File

@@ -1476,6 +1476,7 @@ namespace {
actions.add( Action::ActionX(rst_action) );
this->snapshots.back().actions.update( std::move(actions) );
}
this->snapshots.back().wtest_config.update( WellTestConfig{rst_state, report_step});
}
std::shared_ptr<const Python> Schedule::python() const