Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / smpi / colls / allgatherv / allgatherv-mpich-ring.cpp
index b30ebda..a7c6564 100644 (file)
@@ -25,8 +25,7 @@
  *   comm: communication
  ****************************************************************************/
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 int allgatherv__mpich_ring(const void *sendbuf, int sendcount,
                            MPI_Datatype send_type, void *recvbuf,
@@ -126,5 +125,4 @@ int allgatherv__mpich_ring(const void *sendbuf, int sendcount,
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi