]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allgather/allgather-smp-simple.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce scope for variables.
[simgrid.git] / src / smpi / colls / allgather / allgather-smp-simple.cpp
index 71180e04ee3116c9f1d2a119c8af9e1224dd3e2e..e69e2e849adc109e2c24835b448ccdab1edbc7fb 100644 (file)
@@ -6,9 +6,7 @@
 
 #include "../colls_private.hpp"
 
-namespace simgrid{
-namespace smpi{
-
+namespace simgrid::smpi {
 
 int allgather__smp_simple(const void *send_buf, int scount,
                           MPI_Datatype stype, void *recv_buf,
@@ -125,6 +123,4 @@ int allgather__smp_simple(const void *send_buf, int scount,
   return MPI_SUCCESS;
 }
 
-
-}
-}
+} // namespace simgrid::smpi