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

Public GIT Repository
Reduce scope for variables.
[simgrid.git] / src / smpi / colls / allgatherv / allgatherv-GB.cpp
index 8a5c8d0fac7d3fbfb61d55fff66bba1ac9cbbdbc..a168ce99269e2c6021851b3cfd3e78bd03223e09 100644 (file)
@@ -6,8 +6,7 @@
 
 #include "../colls_private.hpp"
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 // Allgather - gather/bcast algorithm
 int allgatherv__GB(const void *send_buff, int send_count,
@@ -28,5 +27,4 @@ int allgatherv__GB(const void *send_buff, int send_count,
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi