Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / smpi / colls / scatter / scatter-mvapich-two-level.cpp
index 02bb56d..4319efc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2022. 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
@@ -43,8 +43,7 @@ extern int (*MV2_Scatter_intra_function) (const void *sendbuf, int sendcount, MP
     void *recvbuf, int recvcount, MPI_Datatype recvtype,
     int root, MPI_Comm comm);
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 int scatter__mvapich2_two_level_direct(const void *sendbuf,
                                        int sendcnt,
@@ -401,6 +400,4 @@ int scatter__mvapich2_two_level_binomial(const void *sendbuf,
     return (mpi_errno);
 }
 
-}
-}
-
+} // namespace simgrid::smpi