aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bandmatrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/bandmatrix.cpp')
-rw-r--r--test/bandmatrix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bandmatrix.cpp b/test/bandmatrix.cpp
index 96ccda2cf..69ab0ed1d 100644
--- a/test/bandmatrix.cpp
+++ b/test/bandmatrix.cpp
@@ -55,7 +55,7 @@ template<typename MatrixType> void bandmatrix(MatrixType& m)
void test_bandmatrix()
{
for(int i = 0; i < g_repeat ; i++) {
- BandMatrix<float,Dynamic,Dynamic,Dynamic> m(6,3,2);
+ BandMatrix<float,Dynamic,Dynamic,Dynamic> m(6,6,3,2);
CALL_SUBTEST( bandmatrix(m) );
}
}