mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
fix warning
This commit is contained in:
parent
e649787f4a
commit
d733c5c5cc
@ -1184,7 +1184,7 @@ namespace netgen
|
|||||||
int id = 0;
|
int id = 0;
|
||||||
MPI_Comm_rank(MPI_COMM_WORLD, &id);
|
MPI_Comm_rank(MPI_COMM_WORLD, &id);
|
||||||
if (id != 0) return;
|
if (id != 0) return;
|
||||||
#endif PARALLEL
|
#endif
|
||||||
(*mycout) << s << flush;
|
(*mycout) << s << flush;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user