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