[chronojump] OnlyEncoderGravitatory/Inertial available again



commit fdf05b3fb43e47a631a783b4afb60e9a6fe9ad1b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Feb 27 16:32:23 2017 +0100

    OnlyEncoderGravitatory/Inertial available again

 src/gui/chronojump.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 1a2d9ed..df886ba 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -607,6 +607,10 @@ public partial class ChronoJumpWindow
                createdStatsWin = true;
                //stats_win_initializeSession();
 
+               //these are constructed only one time
+               threshold = new Threshold();
+               cp2016 = new Chronopic2016();
+
                encoderInitializeStuff();       
 
                //presentationInit();
@@ -621,10 +625,6 @@ public partial class ChronoJumpWindow
                ls.Test();
                LogB.Information(string.Format("coef = {0} {1} {2}", ls.Coef[0], ls.Coef[1], ls.Coef[2]));
 
-               //these are constructed only one time
-               threshold = new Threshold();
-               cp2016 = new Chronopic2016();
-
                restTime = new RestTime();
                updatingRestTimes = true;
                //GLib.Timeout.Add(5000, new GLib.TimeoutHandler(updateRestTimes)); //each 5s


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]