mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1605 from totto82/drsdtr
Adapt to changes in schedule interface
This commit is contained in:
@@ -507,7 +507,7 @@ namespace Opm
|
||||
schedule_.reset(new Schedule(*deck_,
|
||||
eclipse_state_->getInputGrid(),
|
||||
eclipse_state_->get3DProperties(),
|
||||
eclipse_state_->runspec().phases(),
|
||||
eclipse_state_->runspec(),
|
||||
parseContext));
|
||||
summary_config_.reset(new SummaryConfig(*deck_,
|
||||
*schedule_,
|
||||
|
||||
@@ -212,7 +212,7 @@ public:
|
||||
|
||||
// Run a multiple steps of the solver depending on the time step control.
|
||||
solverTimer.start();
|
||||
|
||||
//ebosSimulator_.setEpisodeIndex(timer.reportStepNum());
|
||||
wellModel.beginReportStep(timer.currentStepNum());
|
||||
|
||||
auto solver = createSolver(wellModel);
|
||||
|
||||
Reference in New Issue
Block a user