AdaptiveTimeSteppingEbos: rename to AdaptiveTimeStepping

This commit is contained in:
Arne Morten Kvarving
2024-01-31 14:14:50 +01:00
parent 71b383d8e7
commit cbb8cb29f5
8 changed files with 37 additions and 37 deletions

View File

@@ -44,7 +44,7 @@
#include <opm/simulators/flow/countGlobalCells.hpp>
#include <opm/simulators/flow/NonlinearSolverEbos.hpp>
#include <opm/simulators/flow/RSTConv.hpp>
#include <opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp>
#include <opm/simulators/timestepping/AdaptiveTimeStepping.hpp>
#include <opm/simulators/timestepping/ConvergenceReport.hpp>
#include <opm/simulators/timestepping/SimulatorReport.hpp>
#include <opm/simulators/timestepping/SimulatorTimer.hpp>