From 05b0d551f32d53a2ffd7e5e1efeb4d16dc88effc Mon Sep 17 00:00:00 2001 From: Stefan Karlsson Date: Sun, 3 Apr 2016 20:21:44 +0200 Subject: [PATCH] Uncrustify --- .../config/calibration/thermal/thermalcalibration.h | 12 ++++++------ .../src/plugins/config/configstabilizationwidget.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ground/gcs/src/plugins/config/calibration/thermal/thermalcalibration.h b/ground/gcs/src/plugins/config/calibration/thermal/thermalcalibration.h index 04cc6f85b..abfeff18f 100644 --- a/ground/gcs/src/plugins/config/calibration/thermal/thermalcalibration.h +++ b/ground/gcs/src/plugins/config/calibration/thermal/thermalcalibration.h @@ -42,12 +42,12 @@ class ThermalCalibration { static const int BARO_PRESSURE_POLY_DEGREE = 3; // TODO: determine max allowable relative error constexpr static const double BARO_PRESSURE_MAX_REL_ERROR = 1E-6f; - constexpr static const double ACCEL_X_MAX_REL_ERROR = 1E-6f; - constexpr static const double ACCEL_Y_MAX_REL_ERROR = 1E-6f; - constexpr static const double ACCEL_Z_MAX_REL_ERROR = 1E-6f; - constexpr static const double GYRO_X_MAX_REL_ERROR = 1E-6f; - constexpr static const double GYRO_Y_MAX_REL_ERROR = 1E-6f; - constexpr static const double GYRO_Z_MAX_REL_ERROR = 1E-6f; + constexpr static const double ACCEL_X_MAX_REL_ERROR = 1E-6f; + constexpr static const double ACCEL_Y_MAX_REL_ERROR = 1E-6f; + constexpr static const double ACCEL_Z_MAX_REL_ERROR = 1E-6f; + constexpr static const double GYRO_X_MAX_REL_ERROR = 1E-6f; + constexpr static const double GYRO_Y_MAX_REL_ERROR = 1E-6f; + constexpr static const double GYRO_Z_MAX_REL_ERROR = 1E-6f; public: /** diff --git a/ground/gcs/src/plugins/config/configstabilizationwidget.h b/ground/gcs/src/plugins/config/configstabilizationwidget.h index ff98880ed..529a81a0b 100644 --- a/ground/gcs/src/plugins/config/configstabilizationwidget.h +++ b/ground/gcs/src/plugins/config/configstabilizationwidget.h @@ -63,7 +63,7 @@ private: static const int AUTOMATIC_UPDATE_RATE = 500; static const int EXPO_CURVE_POINTS_COUNT = 100; - constexpr static const double EXPO_CURVE_CONSTANT = 1.00695; + constexpr static const double EXPO_CURVE_CONSTANT = 1.00695; int boardModel; int m_stabSettingsBankCount;