mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Fixed compilation warning in the splines test
This commit is contained in:
parent
24d291cf16
commit
a9cc6a06b9
@ -239,7 +239,7 @@ void check_global_interpolation_with_derivatives2d()
|
||||
typedef Spline2d::PointType PointType;
|
||||
typedef Spline2d::KnotVectorType KnotVectorType;
|
||||
|
||||
const unsigned int numPoints = 100;
|
||||
const Eigen::DenseIndex numPoints = 100;
|
||||
const unsigned int dimension = 2;
|
||||
const unsigned int degree = 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user