From d259d97d283bdf1d3b3d15916073c283ca2283e7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 6 Jun 2017 14:42:46 +0100 Subject: Need to fix Matrix to be assignable --- test/matrix_test.cpp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'test/matrix_test.cpp') diff --git a/test/matrix_test.cpp b/test/matrix_test.cpp index ba1f0d4a..e975794f 100644 --- a/test/matrix_test.cpp +++ b/test/matrix_test.cpp @@ -4,10 +4,14 @@ int main() { - yage::Matrix<4, 4, int> matrix; + yage::Matrix<4, 4> matrix; - int x=matrix[2][2]; - - std::cout<<"at: "<