aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/resize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/resize.cpp')
-rw-r--r--test/resize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/resize.cpp b/test/resize.cpp
index dfe3bda17..48818ac46 100644
--- a/test/resize.cpp
+++ b/test/resize.cpp
@@ -24,7 +24,7 @@
#include "main.h"
-template<int rows, int cols>
+template<DenseIndex rows, DenseIndex cols>
void resizeLikeTest()
{
MatrixXf A(rows, cols);