AP_NavEKF: Changes to fix the warnings in rover sitl build.

We are starting the process of resolving all the warnings in the
ardupilot builds of all vehicles and platforms.
This commit is contained in:
Grant Morphett 2015-02-05 17:34:27 +11:00 committed by Andrew Tridgell
parent 300a02f4e4
commit 4860c84dff

View File

@ -44,7 +44,7 @@ class NavEKF
{
public:
typedef float ftype;
#if MATH_CHECK_INDEXES
#if defined(MATH_CHECK_INDEXES) && (MATH_CHECK_INDEXES == 1)
typedef VectorN<ftype,2> Vector2;
typedef VectorN<ftype,3> Vector3;
typedef VectorN<ftype,5> Vector5;