Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / smpi / colls / allgatherv / allgatherv-ompi-bruck.cpp
index d4c39bc..923c2f5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2021. 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
@@ -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