mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
typo
This commit is contained in:
parent
e9f352d8f3
commit
cb635105e9
@ -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)++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user