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

Fixed spelling error in one of the TODOs.

parent 26a2d444
No related branches found
No related tags found
1 merge request!16Matrices
...@@ -89,7 +89,7 @@ void test_SetCompressedRowLengths() ...@@ -89,7 +89,7 @@ void test_SetCompressedRowLengths()
EXPECT_EQ( m.getRowLength( 8), 7 ); EXPECT_EQ( m.getRowLength( 8), 7 );
EXPECT_EQ( m.getRowLength( 9), 8 ); EXPECT_EQ( m.getRowLength( 9), 8 );
// TOOD: Implement rowPointers test. // TODO: Implement rowPointers test.
} }
template< typename Matrix1, typename Matrix2 > template< typename Matrix1, typename Matrix2 >
......
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