Commit 68489c4d by Jason Merrill

update

From-SVN: r33275
parent 9fc51663
......@@ -46,7 +46,7 @@ void ODEsolver::init()
void ODEsolver::timeloop(vector<double>& y, double ts, double te, double dt)
{
(ODEsolver::useMethod)(y,ts,dt);
(ODEsolver::useMethod)(y,ts,dt); // ERROR - should use this->*
}
int main (int nargs, char** args)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment