mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
Fix NgMPI_Comm assignment operator
This commit is contained in:
parent
c6d49734fb
commit
b13a69a39d
@ -91,6 +91,7 @@ namespace ngcore
|
|||||||
|
|
||||||
refcount = c.refcount;
|
refcount = c.refcount;
|
||||||
if (refcount) (*refcount)++;
|
if (refcount) (*refcount)++;
|
||||||
|
comm = c.comm;
|
||||||
size = c.size;
|
size = c.size;
|
||||||
rank = c.rank;
|
rank = c.rank;
|
||||||
return *this;
|
return *this;
|
||||||
|
Loading…
Reference in New Issue
Block a user