From fee34ae325d8d9d75c8b2079298119540192a294 Mon Sep 17 00:00:00 2001 From: Lukas Cejka <lukas.ostatek@gmail.com> Date: Tue, 26 Mar 2019 16:57:29 +0100 Subject: [PATCH] Reformatted code. --- src/UnitTests/Matrices/SparseMatrixTest.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnitTests/Matrices/SparseMatrixTest.hpp b/src/UnitTests/Matrices/SparseMatrixTest.hpp index 6c80e6566a..630a43e1c4 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest.hpp +++ b/src/UnitTests/Matrices/SparseMatrixTest.hpp @@ -299,7 +299,7 @@ void test_SetElement() typename Matrix::CompressedRowLengthsVector rowLengths; rowLengths.setSize( rows ); rowLengths.setValue( 1 ); - m.setCompressedRowLengths( rowLengths ); + m.setCompressedRowLengths( rowLengths ); RealType value = 1; for( IndexType i = 0; i < rows; i++ ) -- GitLab