diff --git a/opm/core/simulator/initStateEquil_impl.hpp b/opm/core/simulator/initStateEquil_impl.hpp index ffc566be3..381a3f51c 100644 --- a/opm/core/simulator/initStateEquil_impl.hpp +++ b/opm/core/simulator/initStateEquil_impl.hpp @@ -32,7 +32,7 @@ namespace Opm { namespace Details { template - class RK4IVP : public std::binary_function { + class RK4IVP { public: RK4IVP(const RHS& f , const std::array& span,