Commit 33d54f3a authored by Libor Bakajsa's avatar Libor Bakajsa
Browse files

Forgot set symReader for rowLengths.

parent a780ab08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ bool tnlMatrixReader< Matrix >::readMtxFileHostMatrix( std::istream& file,
      return false;
   }

   if( ! computeRowLengthsFromMtxFile( file, rowLengths, columns, rows, symmetricMatrix, verbose ) )
   if( ! computeRowLengthsFromMtxFile( file, rowLengths, columns, rows, symmetricMatrix, verbose, symReader ) )
      return false;

   if( ! matrix.setRowLengths( rowLengths ) )