From 70a7ff91ee104adfd7a614f40f2b88cff97229ce Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Tue, 28 Feb 2012 10:15:05 +0100
Subject: [PATCH] FIXME

---
 src/one-body-sample.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc
index 1807b07f..89c67b87 100644
--- a/src/one-body-sample.cc
+++ b/src/one-body-sample.cc
@@ -472,10 +472,10 @@ int main(int argc, char *argv[]) {
                                       "%|40t|u[%03d] = %+3e");
         std::cout << boost::format(formatter) % run % (*s4_new)[i] % run % u4[i]
                   << std::endl;
+        // FIXME: (Duplicate!) Magic values
         octave_writer << (*s4_new)[i] << " " << u4[i][0] * 1e6 << " "
-                      << ((h * run <= 0.5) ? sin(h * run * 2 * M_PI) * 1
-                                           : (h * run - 0.5) * 2 * 1)
-                      << std::endl;
+                      << ((h * run <= 0.5) ? sin(h * run * 2 * M_PI)
+                                           : (h * run - 0.5) * 2) << std::endl;
         break;
       }
 
-- 
GitLab