[chronojump] Removed Angle export on jumps



commit 49b008def9979a3f3a633d436dbe7daa9664fa1d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Oct 15 17:47:47 2021 +0200

    Removed Angle export on jumps

 src/exportSession.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/exportSession.cs b/src/exportSession.cs
index bcd411ec3..0e736554b 100644
--- a/src/exportSession.cs
+++ b/src/exportSession.cs
@@ -328,7 +328,7 @@ public class ExportSession
                                        Catalog.GetString("Initial Speed") + ":" +
                                        Catalog.GetString("Datetime") + ":" +
                                        Catalog.GetString("Description") + ":" +
-                                       Catalog.GetString("Angle") + ":" +
+                                       //Catalog.GetString("Angle") + ":" +
                                        Catalog.GetString("Simulated") 
                                  );
 
@@ -375,7 +375,7 @@ public class ExportSession
                                                Util.TrimDecimals(Util.GetInitialSpeed(myStr[5], 
preferences.metersSecondsPreferred), dec) + ":" +  //true: m/s
                                                myStr[12] + ":" +       //jump.datetime
                                                Util.RemoveNewLine(myStr[9], true) + ":" +      
//jump.description
-                                               Util.TrimDecimals(myStr[10],dec) + ":" +        //jump.angle
+                                               //Util.TrimDecimals(myStr[10],dec) + ":" +      //jump.angle
                                                Util.SimulatedTestNoYes(Convert.ToInt32(myStr[11]))           
  //jump.simulated
                                                
                                           );


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