Merge pull request #1605 from totto82/drsdtr

Adapt to changes in schedule interface
This commit is contained in:
Joakim Hove
2018-11-06 08:21:03 +01:00
committed by GitHub
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

@@ -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);