X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b9625f82f86db0674e911887addce45dca31b57f..9afa0d0db01da2ae64e48fb594cc87c186dde192:/src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp diff --git a/src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp b/src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp index 646d3b17af..dccdb2d16f 100644 --- a/src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp +++ b/src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2013-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -67,8 +67,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * Author: MPIH / modified by Ahmad Faraj ****************************************************************************/ -namespace simgrid { -namespace smpi { +namespace simgrid::smpi { int bcast__scatter_LR_allgather(void *buff, int count, MPI_Datatype data_type, int root, MPI_Comm comm) @@ -177,5 +176,4 @@ int bcast__scatter_LR_allgather(void *buff, int count, return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi