Skip to content
Snippets Groups Projects
Commit a0570f34 authored by jpan's avatar jpan
Browse files

fix one bug in matrix3f

git-svn-id: https://kforge.ros.org/fcl/fcl_ros@178 253336fb-580f-4252-a368-f3cef5a2a82b
parent 8c15d35f
No related branches found
No related tags found
No related merge requests found
......@@ -410,7 +410,7 @@ typename T::meta_type quadraticForm(const Matrix3fX<T>& R, const Vec3fX<typename
#if FCL_HAVE_SSE
typedef Matrix3fX<details::sse_meta_f12> Matrix3f;
#else
typedef Matrix3fX<details::Vec3Data<FCL_REAL> > Matrix3f;
typedef Matrix3fX<details::Matrix3Data<FCL_REAL> > Matrix3f;
#endif
static inline std::ostream& operator << (std::ostream& o, const Matrix3f& m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment