X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..8be89720f55b4ceeb2877531ae1602cc7ed947d6:/src/smpi/colls/alltoall/alltoall-rdb.cpp diff --git a/src/smpi/colls/alltoall/alltoall-rdb.cpp b/src/smpi/colls/alltoall/alltoall-rdb.cpp index f12da0a707..c2268a3d98 100644 --- a/src/smpi/colls/alltoall/alltoall-rdb.cpp +++ b/src/smpi/colls/alltoall/alltoall-rdb.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 @@ -28,8 +28,7 @@ * Author: MPICH / slightly modified by Ahmad Faraj. ****************************************************************************/ -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { int alltoall__rdb(const void *send_buff, int send_count, MPI_Datatype send_type, void *recv_buff, int recv_count, @@ -154,5 +153,4 @@ int alltoall__rdb(const void *send_buff, int send_count, smpi_free_tmp_buffer(tmp_buff); return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi