Fix NgMPI_Comm assignment operator

This commit is contained in:
Matthias Hochsteger 2019-02-12 12:41:08 +01:00
parent c6d49734fb
commit b13a69a39d

View File

@ -91,6 +91,7 @@ namespace ngcore
refcount = c.refcount;
if (refcount) (*refcount)++;
comm = c.comm;
size = c.size;
rank = c.rank;
return *this;