Skip to content
Snippets Groups Projects
Commit 9a85f610 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Added ifdef for double precision

Fixes BZDNG-344
parent b7b68486
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,13 @@ ...@@ -28,7 +28,13 @@
namespace geom { namespace geom {
#ifdef OST_DOUBLE_PRECISION
typedef Eigen::Matrix3d EMat3;
#else
typedef Eigen::Matrix3f EMat3; typedef Eigen::Matrix3f EMat3;
#endif
Mat3 Vec3List::GetInertia() const Mat3 Vec3List::GetInertia() const
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment