Commit 72f8240e by Robert Lipe

Remove syntax error, turns into an ICE.

From-SVN: r20188
parent 8ca0d19f
......@@ -39,7 +39,7 @@ void ODEsolver::midpointODE(vector<double>& y, double& t, double& dt)
void ODEsolver::init()
{
ODEsolver::useMethod = ODEsolver::midpointODE;
ODEsolver::useMethod = &ODEsolver::midpointODE;
}
void ODEsolver::timeloop(vector<double>& y, double ts, double te, double dt)
......
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