From 56a6b697544424d98b38ad7b81707b7ff9705a05 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 19 Sep 2011 19:17:12 +0200
Subject: [PATCH] Comments

---
 src/test-gradient-method.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test-gradient-method.cc b/src/test-gradient-method.cc
index 3536f55c..4443b527 100644
--- a/src/test-gradient-method.cc
+++ b/src/test-gradient-method.cc
@@ -62,6 +62,7 @@ void testSampleFunction() {
 
   double const ret1 = functionTester(J, start, 6);
 
+  // Something random
   start[0] = 279;
   start[1] = -96;
 
@@ -173,6 +174,7 @@ void testTrivialFunction() {
   double const ret1 = functionTester(J, start, 6);
   std::cout << std::endl;
 
+  // Something random
   start[0] = 279;
   start[1] = -96;
 
-- 
GitLab