aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/splines.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-09 20:43:41 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-09 20:43:41 -0800
commit6323851ea9bcadd0512350d69bdfb45680dc754c (patch)
tree6309625ac5d097d8c64e65aea9e9abec8ab9bc4c /unsupported/test/splines.cpp
parent5cc0dd5f44248db2df03274dc0ddf7b8bb60804a (diff)
Fixed compilation warning
Diffstat (limited to 'unsupported/test/splines.cpp')
-rw-r--r--unsupported/test/splines.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/splines.cpp b/unsupported/test/splines.cpp
index 97665af96..3be020434 100644
--- a/unsupported/test/splines.cpp
+++ b/unsupported/test/splines.cpp
@@ -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;