diff --git a/src/forwardeuler.cpp b/src/forwardeuler.cpp --- a/src/forwardeuler.cpp +++ b/src/forwardeuler.cpp @@ -58,9 +58,6 @@ void ForwardEuler::odeint(double *ystart { static bool warning_issued = false; - eps = hmin = 0.0; // use assignment merely to obviate compilation warning - nbad = nok = NULL; - if (!warning_issued) { cerr << "Using inaccurate method ForwardEuler\n"; warning_issued=true;