From c836eab5b8cd61e9b71b13955ef850b0d81ba2f1 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 12 Sep 2011 20:49:57 +0200 Subject: [PATCH] Tweak test output --- src/test-gradient-method.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/test-gradient-method.cc b/src/test-gradient-method.cc index e12925ad..62853a1d 100644 --- a/src/test-gradient-method.cc +++ b/src/test-gradient-method.cc @@ -108,8 +108,6 @@ void testSampleFunctionNonsmooth() { functionTester(J, start, 6); } std::cout << std::endl; - std::cout << std::endl; - std::cout << std::endl; { start = b; start /= (b.two_norm() - 1e-12); // Make sure the norm is above 1; @@ -171,9 +169,9 @@ void testTrivialFunction() { int main() { try { testSampleFunction(); - std::cout << std::endl; + std::cout << std::endl << std::endl << std::endl; testSampleFunctionNonsmooth(); - std::cout << std::endl; + std::cout << std::endl << std::endl << std::endl; testTrivialFunction(); return 0; } -- GitLab