Commit 7d8f29ff authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed ordering warning in LambdaMatrixRowView.

parent d4cbcc7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ class LambdaMatrixRowView

      const CompressedRowLengthsLambda& compressedRowLengthsLambda;

      IndexType rowIdx, rows, columns;
      IndexType rows, columns, rowIdx;
};

/**