diff --git a/opm/simulators/flow/BlackoilModelEbos.hpp b/opm/simulators/flow/BlackoilModelEbos.hpp index 0e43df0df..772cb4aae 100644 --- a/opm/simulators/flow/BlackoilModelEbos.hpp +++ b/opm/simulators/flow/BlackoilModelEbos.hpp @@ -51,7 +51,6 @@ #include #include #include -#include #include diff --git a/opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp b/opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp index f8f3ca6ab..9215672e5 100644 --- a/opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp +++ b/opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp @@ -713,7 +713,6 @@ protected: // Data. Simulator& ebosSimulator_; - std::unique_ptr> wellAuxMod_; ModelParameters modelParam_; SolverParameters solverParam_; @@ -738,7 +737,7 @@ protected: int saveStride_ = -1; //!< Stride to save serialized state at int saveStep_ = -1; //!< Specific step to save serialized state at int loadStep_ = -1; //!< Step to load serialized state from - std::string saveFile_; //!< File to load/save serialized state from/to. + std::string saveFile_; //!< File to load/save serialized state from/to }; } // namespace Opm