mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing warnings in other folder under opm-simulators
This commit is contained in:
@@ -204,10 +204,6 @@ public:
|
||||
wellModel_().initFromRestartFile(*restartValues);
|
||||
}
|
||||
|
||||
// beginReportStep(...) wants to know when we are at the
|
||||
// beginning of a restart
|
||||
bool firstRestartStep = isRestart();
|
||||
|
||||
// Main simulation loop.
|
||||
while (!timer.done()) {
|
||||
// Report timestep.
|
||||
@@ -252,9 +248,7 @@ public:
|
||||
ebosSimulator_.startNextEpisode(ebosSimulator_.startTime() + schedule().getTimeMap().getTimePassedUntil(timer.currentStepNum()),
|
||||
timer.currentStepLength());
|
||||
ebosSimulator_.setEpisodeIndex(timer.currentStepNum());
|
||||
solver->model().beginReportStep(firstRestartStep);
|
||||
firstRestartStep = false;
|
||||
|
||||
solver->model().beginReportStep();
|
||||
|
||||
// If sub stepping is enabled allow the solver to sub cycle
|
||||
// in case the report steps are too large for the solver to converge
|
||||
|
||||
Reference in New Issue
Block a user