This commit is contained in:
Joachim Schöberl 2019-02-12 01:12:57 +01:00
parent e9f352d8f3
commit cb635105e9

View File

@ -61,7 +61,7 @@ namespace ngcore
}
NgMPI_Comm (const NgMPI_Comm & c)
: comm(c.comm), refcount(c.refcount), rank(c.rank), size(c.siez)
: comm(c.comm), refcount(c.refcount), rank(c.rank), size(c.size)
{
if (refcount) (*refcount)++;
}