Removed warning at compilation of implMpi

This commit is contained in:
Benjamin Bouvier 2012-07-24 16:23:02 +02:00
commit dea09dea17

View file

@ -140,7 +140,6 @@ namespace mpi
void broadcast( communicator & comm, int value, int root )
{
comm; // unused
MPI_Bcast( &value, 1, MPI_INT, root, MPI_COMM_WORLD );
}
}