Loading src/TNL/Algorithms/Segments/EllpackView.h +0 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,6 @@ template< typename Device, int Alignment > std::ostream& operator<<( std::ostream& str, const EllpackView< Device, Index, Organization, Alignment >& ellpack ) { return printSegments( str, ellpack ); } } // namespace Segments } // namespace Algorithms } // namespace TNL Loading src/TNL/Algorithms/Segments/EllpackView.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ typename EllpackView< Device, Index, Organization, Alignment >::ViewType EllpackView< Device, Index, Organization, Alignment >:: getView() { return ViewType( segmentSize, segmentsCount, alignedSize ); return ViewType( segmentsCount, segmentSize, alignedSize ); } template< typename Device, Loading Loading
src/TNL/Algorithms/Segments/EllpackView.h +0 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,6 @@ template< typename Device, int Alignment > std::ostream& operator<<( std::ostream& str, const EllpackView< Device, Index, Organization, Alignment >& ellpack ) { return printSegments( str, ellpack ); } } // namespace Segments } // namespace Algorithms } // namespace TNL Loading
src/TNL/Algorithms/Segments/EllpackView.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ typename EllpackView< Device, Index, Organization, Alignment >::ViewType EllpackView< Device, Index, Organization, Alignment >:: getView() { return ViewType( segmentSize, segmentsCount, alignedSize ); return ViewType( segmentsCount, segmentSize, alignedSize ); } template< typename Device, Loading