Skip to content
Snippets Groups Projects
Commit d8f6c1d5 authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

use if not ifdef

parent a41ca2d8
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
namespace geom { namespace geom {
#ifdef OST_DOUBLE_PRECISION #if OST_DOUBLE_PRECISION
typedef Eigen::Matrix3d EMat3; typedef Eigen::Matrix3d EMat3;
#else #else
typedef Eigen::Matrix3f EMat3; typedef Eigen::Matrix3f EMat3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment