Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / smpi / colls / bcast / bcast-scatter-rdb-allgather.cpp
index 0c41344..1612f14 100644 (file)
@@ -6,8 +6,7 @@
 #include "../colls_private.hpp"
 #include "smpi_status.hpp"
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 static int scatter_for_bcast(
     int root,
@@ -328,5 +327,4 @@ fn_exit:
   return mpi_errno;
 }
 
-}
-}
+} // namespace simgrid::smpi