Adapt to changes in schedule interface

This commit is contained in:
Tor Harald Sandve
2018-10-17 13:34:20 +02:00
parent 4cf81c69b1
commit 08c4a4857b
13 changed files with 32 additions and 20 deletions

View File

@@ -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_,

View File

@@ -214,7 +214,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, aquifer_model);