aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/basicstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/basicstuff.cpp')
-rw-r--r--test/basicstuff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basicstuff.cpp b/test/basicstuff.cpp
index c21a58979..3e734a498 100644
--- a/test/basicstuff.cpp
+++ b/test/basicstuff.cpp
@@ -37,7 +37,7 @@ template<typename MatrixType> void basicStuff(const MatrixType& m)
m3,
mzero = MatrixType::zero(rows, cols),
identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>
- ::identity(rows, rows),
+ ::identity(rows),
square = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>
::random(rows, rows);
VectorType v1 = VectorType::random(rows),