Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / smpi / colls / allgather / allgather-SMP-NTS.cpp
index db0e689..2656955 100644 (file)
@@ -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