Skip to content
Snippets Groups Projects
Commit ab2d9f41 authored by Christoph Pohl's avatar Christoph Pohl
Browse files

Fix downstream linking error of static variable

parent e12f3956
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ namespace simox::math
{
public:
static const int Dim = _Dim;
static constexpr int Dim = _Dim;
using FloatT = _FloatT;
using VectorT = typename Eigen::Matrix<FloatT, Dim, 1>;
using CoefficientsMatrixT = typename Eigen::Matrix<FloatT, Dim, 2>;
......
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