aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/math/Vector.hpp
diff options
context:
space:
mode:
authorjgoppert <james.goppert@gmail.com>2013-01-06 15:33:55 -0500
committerjgoppert <james.goppert@gmail.com>2013-01-06 15:33:55 -0500
commitd9491b20cc5fc8b683eb0f60a50da6b322b55e57 (patch)
tree48d44accf2ccff88766bca351c78be06bb9fa4a0 /apps/systemlib/math/Vector.hpp
parent4f3b17f53b120cd54112097f4217a90863013c1f (diff)
downloadpx4-firmware-d9491b20cc5fc8b683eb0f60a50da6b322b55e57.tar.gz
px4-firmware-d9491b20cc5fc8b683eb0f60a50da6b322b55e57.tar.bz2
px4-firmware-d9491b20cc5fc8b683eb0f60a50da6b322b55e57.zip
Reformat of math library with astyle.
Diffstat (limited to 'apps/systemlib/math/Vector.hpp')
-rw-r--r--apps/systemlib/math/Vector.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/systemlib/math/Vector.hpp b/apps/systemlib/math/Vector.hpp
index 0c5ac2b19..773bd5032 100644
--- a/apps/systemlib/math/Vector.hpp
+++ b/apps/systemlib/math/Vector.hpp
@@ -45,10 +45,11 @@
#include "generic/Vector.hpp"
#endif
-namespace math {
+namespace math
+{
class Vector;
int __EXPORT vectorTest();
int __EXPORT vectorAddTest();
int __EXPORT vectorSubTest();
-bool vectorEqual(const Vector & a, const Vector & b, float eps=1.0e-5f);
+bool vectorEqual(const Vector &a, const Vector &b, float eps = 1.0e-5f);
} // math