1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-23 22:02:04 +05:00

fix warning

This commit is contained in:
Joachim Schoeberl 2012-10-18 08:27:26 +00:00
parent e649787f4a
commit d733c5c5cc

@ -1184,7 +1184,7 @@ namespace netgen
int id = 0;
MPI_Comm_rank(MPI_COMM_WORLD, &id);
if (id != 0) return;
#endif PARALLEL
#endif
(*mycout) << s << flush;
}