diff --git a/src/TNL/Algorithms/Segments/EllpackView.h b/src/TNL/Algorithms/Segments/EllpackView.h
index 6e4995e1d8dfd41952ba4112910bbc77c4bfd767..b8066f63538088e692ac322a4f1dc85920ca717e 100644
--- a/src/TNL/Algorithms/Segments/EllpackView.h
+++ b/src/TNL/Algorithms/Segments/EllpackView.h
@@ -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
diff --git a/src/TNL/Algorithms/Segments/EllpackView.hpp b/src/TNL/Algorithms/Segments/EllpackView.hpp
index 18f1cde7b320e0edf340809bb0437ccd9dc6edc2..7abf2caed6f0218f6cee1715a163c5bbebe140f7 100644
--- a/src/TNL/Algorithms/Segments/EllpackView.hpp
+++ b/src/TNL/Algorithms/Segments/EllpackView.hpp
@@ -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,