fix warning

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

View File

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