X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..db41dc7d999a5792aca42198b5bc87edb2dbfcce:/src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp diff --git a/src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp b/src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp index a99e36c865..cdb9856d6d 100644 --- a/src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp +++ b/src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp @@ -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 @@ -27,8 +27,7 @@ * Author: Ahmad Faraj ****************************************************************************/ -namespace simgrid { -namespace smpi { +namespace simgrid::smpi { int alltoallv__pair_light_barrier(const void *send_buff, const int *send_counts, const int *send_disps, MPI_Datatype send_type, void *recv_buff, const int *recv_counts, const int *recv_disps, @@ -72,5 +71,4 @@ int alltoallv__pair_light_barrier(const void *send_buff, const int *send_counts, } return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi