X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d4e135c16a74f7a443a518115fe8930694ddfb0..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/smpi/colls/allgather/allgather-SMP-NTS.cpp diff --git a/src/smpi/colls/allgather/allgather-SMP-NTS.cpp b/src/smpi/colls/allgather/allgather-SMP-NTS.cpp index db0e689366..2656955e5d 100644 --- a/src/smpi/colls/allgather/allgather-SMP-NTS.cpp +++ b/src/smpi/colls/allgather/allgather-SMP-NTS.cpp @@ -6,9 +6,7 @@ #include "../colls_private.hpp" -namespace simgrid{ -namespace smpi{ - +namespace simgrid::smpi { int allgather__SMP_NTS(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, @@ -163,6 +161,4 @@ int allgather__SMP_NTS(const void *sbuf, int scount, return MPI_SUCCESS; } - -} -} +} // namespace simgrid::smpi