We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a763d6c + ed58553 commit 7dc7c5aCopy full SHA for 7dc7c5a
1 file changed
kratos/containers/distributed_csr_matrix.h
@@ -260,6 +260,7 @@ class DistributedCsrMatrix final
260
mOffDiagonalGlobalIds = std::move(rOtherMatrix.mOffDiagonalGlobalIds);
261
mfem_assemble_colors = std::move(rOtherMatrix.mfem_assemble_colors);
262
mpVectorImporter = std::move(rOtherMatrix.mpVectorImporter);
263
+ return *this;
264
}
265
/// Destructor.
266
~DistributedCsrMatrix() {}
0 commit comments