Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / colls / alltoall / alltoall-ring-mpi-barrier.cpp
index 720eb472a95c1af22ea3dc23619fb602fd2c00ec..086bf99b281aadecfe50ab70847ede3c7dbc824b 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
@@ -26,8 +26,7 @@
  * Author: Ahmad Faraj
 
  ****************************************************************************/
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 int
 alltoall__ring_mpi_barrier(const void *send_buff, int send_count,
                            MPI_Datatype send_type,
@@ -62,5 +61,4 @@ alltoall__ring_mpi_barrier(const void *send_buff, int send_count,
 
   return MPI_SUCCESS;
 }
-}
-}
+} // namespace simgrid::smpi