Loading src/implementation/matrices/tnlChunkedEllpackMatrix_impl.h +3 −3 Original line number Diff line number Diff line Loading @@ -599,7 +599,7 @@ bool tnlChunkedEllpackMatrix< Real, Device, Index >::setRowFast( const IndexType /*tnlAssert( row >= 0 && row < this->rows, cerr << " row = " << row << " this->rows = " << this->rows );*/ const IndexType& sliceIndex = rowToSliceMapping[ row ]; const IndexType sliceIndex = rowToSliceMapping[ row ]; //tnlAssert( sliceIndex < this->rows, ); IndexType chunkIndex( 0 ); if( row != slices[ sliceIndex ].firstRow ) Loading Loading
src/implementation/matrices/tnlChunkedEllpackMatrix_impl.h +3 −3 Original line number Diff line number Diff line Loading @@ -599,7 +599,7 @@ bool tnlChunkedEllpackMatrix< Real, Device, Index >::setRowFast( const IndexType /*tnlAssert( row >= 0 && row < this->rows, cerr << " row = " << row << " this->rows = " << this->rows );*/ const IndexType& sliceIndex = rowToSliceMapping[ row ]; const IndexType sliceIndex = rowToSliceMapping[ row ]; //tnlAssert( sliceIndex < this->rows, ); IndexType chunkIndex( 0 ); if( row != slices[ sliceIndex ].firstRow ) Loading