X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d4e135c16a74f7a443a518115fe8930694ddfb0..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/smpi/colls/allgatherv/allgatherv-mpich-ring.cpp diff --git a/src/smpi/colls/allgatherv/allgatherv-mpich-ring.cpp b/src/smpi/colls/allgatherv/allgatherv-mpich-ring.cpp index b30ebda695..a7c6564f27 100644 --- a/src/smpi/colls/allgatherv/allgatherv-mpich-ring.cpp +++ b/src/smpi/colls/allgatherv/allgatherv-mpich-ring.cpp @@ -25,8 +25,7 @@ * comm: communication ****************************************************************************/ -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { int allgatherv__mpich_ring(const void *sendbuf, int sendcount, MPI_Datatype send_type, void *recvbuf, @@ -126,5 +125,4 @@ int allgatherv__mpich_ring(const void *sendbuf, int sendcount, return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi