From 614853b02358eae2fc818fde37d9e61669a85321 Mon Sep 17 00:00:00 2001 From: Stephan Brown Date: Thu, 2 Feb 2017 12:45:32 -0800 Subject: [PATCH] test_autodeclination: Update mag declination test value. --- src/systemcmds/tests/test_autodeclination.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemcmds/tests/test_autodeclination.cpp b/src/systemcmds/tests/test_autodeclination.cpp index a5dec5c7fa..adffea2667 100644 --- a/src/systemcmds/tests/test_autodeclination.cpp +++ b/src/systemcmds/tests/test_autodeclination.cpp @@ -23,7 +23,7 @@ private: bool AutoDeclinationTest::autodeclination_check() { - ut_assert("declination differs more than 1 degree", get_mag_declination(47.0, 8.0) - 0.6f < 0.5f); + ut_assert("declination differs more than 1 degree", get_mag_declination(47.0, 8.0) - 1.6f < 0.5f); return true; }