Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-ring.cpp
index d94a569..661a434 100644 (file)
@@ -25,8 +25,7 @@
  * Author: Ahmad Faraj
 
  ****************************************************************************/
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int alltoallv__ring(const void* send_buff, const int* send_counts, const int* send_disps, MPI_Datatype send_type,
                     void* recv_buff, const int* recv_counts, const int* recv_disps, MPI_Datatype recv_type,
                     MPI_Comm comm)
@@ -61,5 +60,4 @@ int alltoallv__ring(const void* send_buff, const int* send_counts, const int* se
   }
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi