aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrixtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/matrixtest.cpp')
-rw-r--r--test/matrixtest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/matrixtest.cpp b/test/matrixtest.cpp
index 8ee350f6..20f6fb6b 100644
--- a/test/matrixtest.cpp
+++ b/test/matrixtest.cpp
@@ -36,6 +36,8 @@ bool matrixAddition()
yage::Matrix<4, 4, int> m3=m1+m2;
+ std::cout<<m3<<'\n';
+
return m3[1][1]==876;
}