X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..8be89720f55b4ceeb2877531ae1602cc7ed947d6:/src/smpi/colls/alltoall/alltoall-2dmesh.cpp diff --git a/src/smpi/colls/alltoall/alltoall-2dmesh.cpp b/src/smpi/colls/alltoall/alltoall-2dmesh.cpp index 7bcd247236..7a82ffe00e 100644 --- a/src/smpi/colls/alltoall/alltoall-2dmesh.cpp +++ b/src/smpi/colls/alltoall/alltoall-2dmesh.cpp @@ -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 @@ -52,8 +52,7 @@ static int alltoall_check_is_2dmesh(int num, int *i, int *j) } return 0; } -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { int alltoall__2dmesh(const void *send_buff, int send_count, MPI_Datatype send_type, @@ -171,5 +170,4 @@ int alltoall__2dmesh(const void *send_buff, int send_count, smpi_free_tmp_buffer(tmp_buff2); return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi