diff --git a/src/ODE/ODESolvers/adaptiveSolver/adaptiveSolver.H b/src/ODE/ODESolvers/adaptiveSolver/adaptiveSolver.H index eef90357313eda2455c3992397938035076704e4..79fdf9e536a2ff7ea4566004a907595a10f2512f 100644 --- a/src/ODE/ODESolvers/adaptiveSolver/adaptiveSolver.H +++ b/src/ODE/ODESolvers/adaptiveSolver/adaptiveSolver.H @@ -75,7 +75,7 @@ public: // Member Functions //- Resize the ODE solver - virtual bool resize(const label n); + bool resize(const label n); //- Solve a single step dx and return the error virtual scalar solve @@ -88,7 +88,7 @@ public: ) const = 0; //- Solve the ODE system and the update the state - virtual void solve + void solve ( const ODESystem& ode, scalar& x,