Skip to content
Snippets Groups Projects
Commit 0d206ac4 authored by Lukas Cejka's avatar Lukas Cejka
Browse files

Fixed error where RealType was being used instead of IndexType.

parent 0b74b0ca
No related branches found
No related tags found
1 merge request!16Matrices
......@@ -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++ );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment