From c4a6307f8998ca93bad842687693304a935b8f70 Mon Sep 17 00:00:00 2001
From: unknown <martindippold@fvkmb015.vkmthd.tugraz.at>
Date: Wed, 13 May 2015 14:23:36 +0200
Subject: [PATCH] * Acceleration correction true as default

---
 CSE/Calculation/Minor_routines_calculate.vb | 1 -
 CSE/GUI/F_Main.Designer.vb                  | 2 ++
 CSE/GUI/F_Main.vb                           | 2 --
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/CSE/Calculation/Minor_routines_calculate.vb b/CSE/Calculation/Minor_routines_calculate.vb
index e3a19a2..e5c5663 100644
--- a/CSE/Calculation/Minor_routines_calculate.vb
+++ b/CSE/Calculation/Minor_routines_calculate.vb
@@ -389,7 +389,6 @@ Module Minor_routines_calculate
         End Using
     End Function
 
-
     ' Calculate the UTM coordinates
     Function UTM(ByVal Lat As Double, ByVal Lon As Double) As cUTMCoord
         ' Declaration
diff --git a/CSE/GUI/F_Main.Designer.vb b/CSE/GUI/F_Main.Designer.vb
index 907d6e9..b7e7267 100644
--- a/CSE/GUI/F_Main.Designer.vb
+++ b/CSE/GUI/F_Main.Designer.vb
@@ -644,6 +644,8 @@ Partial Class F_Main
         'CB_accel_correction
         '
         Me.CB_accel_correction.AutoSize = True
+        Me.CB_accel_correction.Checked = True
+        Me.CB_accel_correction.CheckState = System.Windows.Forms.CheckState.Checked
         Me.CB_accel_correction.Location = New System.Drawing.Point(6, 111)
         Me.CB_accel_correction.Name = "CB_accel_correction"
         Me.CB_accel_correction.Size = New System.Drawing.Size(111, 17)
diff --git a/CSE/GUI/F_Main.vb b/CSE/GUI/F_Main.vb
index e343e70..399a8fe 100644
--- a/CSE/GUI/F_Main.vb
+++ b/CSE/GUI/F_Main.vb
@@ -1102,8 +1102,6 @@ Public Class F_Main
         PBInfoIconCrt.Visible = False
     End Sub
 
-
-
 #End Region
 
 End Class
-- 
GitLab