mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00: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;
|
||||
if (refcount) (*refcount)++;
|
||||
comm = c.comm;
|
||||
size = c.size;
|
||||
rank = c.rank;
|
||||
return *this;
|
||||
|
Loading…
Reference in New Issue
Block a user