Loading src/TNL/Matrices/MatrixReader_impl.h +7 −7 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ bool MatrixReader< Matrix >::computeCompressedRowLengthsFromMtxFile( std::istrea timer.start(); while( std::getline( file, line ) ) { if( line[ 0 ] == '%' ) continue; if( ! line.getSize() || line[ 0 ] == '%' ) continue; if( ! dimensionsLine ) { dimensionsLine = true; Loading Loading @@ -343,7 +343,7 @@ bool MatrixReader< Matrix >::readMatrixElementsFromMtxFile( std::istream& file, while( std::getline( file, line ) ) { if( line[ 0 ] == '%' ) continue; if( ! line.getSize() || line[ 0 ] == '%' ) continue; if( ! dimensionsLine ) { dimensionsLine = true; Loading Loading
src/TNL/Matrices/MatrixReader_impl.h +7 −7 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ bool MatrixReader< Matrix >::computeCompressedRowLengthsFromMtxFile( std::istrea timer.start(); while( std::getline( file, line ) ) { if( line[ 0 ] == '%' ) continue; if( ! line.getSize() || line[ 0 ] == '%' ) continue; if( ! dimensionsLine ) { dimensionsLine = true; Loading Loading @@ -343,7 +343,7 @@ bool MatrixReader< Matrix >::readMatrixElementsFromMtxFile( std::istream& file, while( std::getline( file, line ) ) { if( line[ 0 ] == '%' ) continue; if( ! line.getSize() || line[ 0 ] == '%' ) continue; if( ! dimensionsLine ) { dimensionsLine = true; Loading