From 8b30e59cdd608687915b77a5399536f2c2021c8c Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 31 Oct 2011 17:59:57 +0100 Subject: [PATCH] Whitespace / comments --- src/samplefunctional.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/samplefunctional.hh b/src/samplefunctional.hh index a2f413d9..08790096 100644 --- a/src/samplefunctional.hh +++ b/src/samplefunctional.hh @@ -152,10 +152,10 @@ void minimise(Functional const J, typename Functional::SmallVector &x, */ SmallVector tmp; - J.A.mv(descDir, tmp); // Av + J.A.mv(descDir, tmp); // Av double const JRestA = tmp * descDir; // <Av,v> - tmp = J.b; + tmp = J.b; // b J.A.mmv(x, tmp); // b-Au double const JRestb = tmp * descDir; // <b-Au,v> -- GitLab