Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another attempt at fixing the Flag2 job of jenkins
[simgrid.git] / src / smpi / colls / bcast / bcast-ompi-split-bintree.cpp
index c1bc413e799fc424159acaffb31613000dd5ff4e..d245ab4d2b3e7918c29599c226995b4c89edde79 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2020. The SimGrid Team.
+/* Copyright (c) 2013-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -58,8 +58,7 @@
 #include "../coll_tuned_topo.hpp"
 #include "../colls_private.hpp"
 #define MAXTREEFANOUT 32
-namespace simgrid {
-namespace smpi {
+namespace simgrid::smpi {
 
 int bcast__ompi_split_bintree( void* buffer,
                                int count,
@@ -292,6 +291,4 @@ int bcast__ompi_split_bintree( void* buffer,
 
 }
 
-}
-}
-
+} // namespace simgrid::smpi