From 8bebf1f546efdbd1f2e0de02e536d21065419f11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com>
Date: Sun, 31 Jan 2021 11:24:43 +0100
Subject: [PATCH] Removing forgoten debug code in matrix reader.

---
 src/TNL/Matrices/MatrixReader.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/TNL/Matrices/MatrixReader.hpp b/src/TNL/Matrices/MatrixReader.hpp
index 30d8ee6d96..0cf2ceed0a 100644
--- a/src/TNL/Matrices/MatrixReader.hpp
+++ b/src/TNL/Matrices/MatrixReader.hpp
@@ -71,7 +71,6 @@ readMtxFile( std::istream& file,
              Matrix& matrix,
              bool verbose )
 {
-   matrix.setDimensions( 5, 5 );
    IndexType rows, columns;
    bool symmetricSourceMatrix( false );
 
-- 
GitLab