From c195a0da867c9cf9bbedacb4158ed223b7a0bd4c Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 12 Sep 2011 12:29:18 +0200 Subject: [PATCH] Comments --- src/samplefunctional.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/samplefunctional.hh b/src/samplefunctional.hh index bbe66928..5fa5793f 100644 --- a/src/samplefunctional.hh +++ b/src/samplefunctional.hh @@ -131,7 +131,7 @@ void minimise(const Functional J, const typename Functional::SmallVector x, // FIXME: default values are used Bisection bisection; int count; - // FIXME: does x_old = 1 make any sense?! + // FIXME: The value of x_old should not matter if the factor is 1.0, correct? double const stepsize = bisection.minimize(JRest, 0.0, 1.0, count); Dune::dverb << "Number of iterations in the bisection method: " << count << std::endl; -- GitLab