Loading src/TNL/Matrices/DenseMatrixView.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -678,6 +678,7 @@ void DenseMatrixView< Real, Device, Index, Organization >::print( std::ostream& str_ << std::setw( 4 ) << std::right << column << ":" << std::setw( 4 ) << std::left << this->getElement( row, column ); str << std::setw( 10 ) << str_.str(); } if( row < this->getRows() - 1 ) str << std::endl; } } Loading Loading
src/TNL/Matrices/DenseMatrixView.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -678,6 +678,7 @@ void DenseMatrixView< Real, Device, Index, Organization >::print( std::ostream& str_ << std::setw( 4 ) << std::right << column << ":" << std::setw( 4 ) << std::left << this->getElement( row, column ); str << std::setw( 10 ) << str_.str(); } if( row < this->getRows() - 1 ) str << std::endl; } } Loading