diff --git a/src/TNL/Matrices/BiEllpack_impl.h b/src/TNL/Matrices/BiEllpack_impl.h
index 25ddc30c253f7f045f18e784f6b46797ad3dc3ac..69a994204e5e42a2c3a260148c3311cd7db7268a 100644
--- a/src/TNL/Matrices/BiEllpack_impl.h
+++ b/src/TNL/Matrices/BiEllpack_impl.h
@@ -117,6 +117,8 @@ setCompressedRowLengths( ConstCompressedRowLengthsVectorView rowLengths )
    // FIXME: cannot sort a const vector!
 	//DeviceDependentCode::performRowBubbleSort( *this, rowLengths );
 	//DeviceDependentCode::computeColumnSizes( *this, rowLengths );
+        
+   // FIXME: Create a local copy of the const vector to work if. Check if it (rowLengths) is used somewhere else.
 
 	this->groupPointers.template scan< Algorithms::ScanType::Exclusive >();