mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 22:50:33 +05:00
typo
This commit is contained in:
parent
e9f352d8f3
commit
cb635105e9
@ -61,7 +61,7 @@ namespace ngcore
|
|||||||
}
|
}
|
||||||
|
|
||||||
NgMPI_Comm (const NgMPI_Comm & c)
|
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)++;
|
if (refcount) (*refcount)++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user