mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Ensure NEXTSTEP is respected also withouth --enbale-tuning=true
This commit is contained in:
@@ -473,7 +473,7 @@ beginEpisode_(bool enableExperiments,
|
||||
{
|
||||
const auto& sched_state = schedule_[episodeIdx];
|
||||
const auto& tuning = sched_state.tuning();
|
||||
initialTimeStepSize_ = sched_state.max_next_tstep();
|
||||
initialTimeStepSize_ = sched_state.max_next_tstep(enableTuning_);
|
||||
maxTimeStepAfterWellEvent_ = tuning.TMAXWC;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user