Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / smpi / colls / allgatherv / allgatherv-ompi-bruck.cpp
index 0533925..8b08989 100644 (file)
@@ -77,8 +77,7 @@
  *         [6]    [6]    [6]    [6]    [6]    [6]    [6]
  */
 
-namespace simgrid {
-namespace smpi {
+namespace simgrid::smpi {
 
 int allgatherv__ompi_bruck(const void *sbuf, int scount,
                            MPI_Datatype sdtype,
@@ -174,6 +173,4 @@ int allgatherv__ompi_bruck(const void *sbuf, int scount,
 
 }
 
-
-}
-}
+} // namespace simgrid::smpi