X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..bfe580c9acb43ca1ca658f9111d4cd6f5951bbdc:/src/smpi/colls/allgather/allgather-2dmesh.cpp diff --git a/src/smpi/colls/allgather/allgather-2dmesh.cpp b/src/smpi/colls/allgather/allgather-2dmesh.cpp index 6e6ffd66ed..54b7d745bc 100644 --- a/src/smpi/colls/allgather/allgather-2dmesh.cpp +++ b/src/smpi/colls/allgather/allgather-2dmesh.cpp @@ -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 @@ -106,9 +106,7 @@ static bool is_2dmesh(int num, int* i, int* j) * Author: Ahmad Faraj ****************************************************************************/ -namespace simgrid{ -namespace smpi{ - +namespace simgrid::smpi { int allgather__2dmesh(const void *send_buff, int send_count, MPI_Datatype @@ -196,5 +194,4 @@ allgather__2dmesh(const void *send_buff, int send_count, MPI_Datatype return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi