test_autodeclination: Update mag declination test value.

This commit is contained in:
Stephan Brown
2017-02-02 12:45:32 -08:00
committed by Lorenz Meier
parent bb0d01d812
commit 614853b023
@@ -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;
}