mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-05 01:14:16 +05:00
fix typo
This commit is contained in:
parent
16421b4be3
commit
c1256c3ffd
@ -562,7 +562,7 @@ namespace netgen
|
|||||||
#else
|
#else
|
||||||
// curve_comm = mesh.GetCommunicator();
|
// curve_comm = mesh.GetCommunicator();
|
||||||
#endif
|
#endif
|
||||||
int rank = curve_comm.Rank();
|
int id = curve_comm.Rank();
|
||||||
int ntasks = curve_comm.Size();
|
int ntasks = curve_comm.Size();
|
||||||
|
|
||||||
bool working = (ntasks == 1) || (id > 0);
|
bool working = (ntasks == 1) || (id > 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user