Skip to content
Snippets Groups Projects
Commit c9b6d75a authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

[Cleanup] Kill debugging statement

parent 41b575c5
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,6 @@ void descentMinimisation(Functional const &J,
int count;
double const stepsize = bisection.minimize(JRest, 0.0, 0.0, count);
dverb << "Number of iterations in the bisection method: " << count
<< std::endl;
;
Arithmetic::addProduct(x, stepsize, v);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment