This commit is contained in:
Lukas 2019-02-28 16:46:27 +01:00
parent 16421b4be3
commit c1256c3ffd

View File

@ -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);