Loading src/UnitTests/Matrices/SparseMatrixTest.h +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ void test_SetCompressedRowLengths() rowLengths.setSize( rows ); rowLengths.setValue( 3 ); RealType value = 1; IndexType value = 1; for( IndexType i = 2; i < rows; i++ ) rowLengths.setElement( i, value++ ); Loading Loading
src/UnitTests/Matrices/SparseMatrixTest.h +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ void test_SetCompressedRowLengths() rowLengths.setSize( rows ); rowLengths.setValue( 3 ); RealType value = 1; IndexType value = 1; for( IndexType i = 2; i < rows; i++ ) rowLengths.setElement( i, value++ ); Loading