ardupilot/libraries/AP_Math/tests
Lucas De Marchi 2b9478f430 AP_Math: tests: make both arguments double
libraries/AP_Math/tests/test_math.cpp.3.o: In function `MathTest_IsEqual_Test::TestBody()':
test_math.cpp:(.text._ZN21MathTest_IsEqual_Test8TestBodyEv+0x1a0): undefined reference to `std::enable_if<std::is_floating_point<std::common_type<float, double>::type>::value, bool>::type is_equal<float, double>(float, double)'
collect2: error: ld returned 1 exit status
2017-02-06 09:27:22 -08:00
..
math_test.h AP_Math: AP_GeodesicGrid: add first implementation 2016-05-16 19:08:35 -03:00
test_closest_distance_between_radial_and_point.cpp AP_Math: add Vector2f perpendicular 2016-07-25 20:24:37 +09:00
test_geodesic_grid.cpp AP_Math: fix some coding style mistakes 2016-05-16 19:08:36 -03:00
test_math.cpp AP_Math: tests: make both arguments double 2017-02-06 09:27:22 -08:00
test_matrix3.cpp AP_Math: Matrix3: add inverse() and invert() functions 2016-05-16 19:08:35 -03:00
test_perpendicular.cpp AP_Math: vector3 perpendicular function 2016-07-25 20:24:37 +09:00
test_vector2.cpp AP_Math: add some test for vector2 equality test 2016-12-20 14:09:04 +00:00
wscript waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00