Commit 97de6cd9 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Commenting DistributedMatrixTest of getCompressedRowLength - it does not work...

Commenting DistributedMatrixTest of getCompressedRowLength - it does not work with the new meaning of the method.
parent 7eb350bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ TYPED_TEST( DistributedMatrixTest, getCompressedRowLengths )

   this->matrix.setCompressedRowLengths( this->rowLengths );
   RowLengthsVector output;
   this->matrix.getCompressedRowLengths( output );
   this->matrix.getCompressedRowLengths( output ); // TODO: replace this with getRowCapacities
   EXPECT_EQ( output, this->rowLengths );
}