X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/src/smpi/colls/bcast/bcast-binomial-tree.cpp diff --git a/src/smpi/colls/bcast/bcast-binomial-tree.cpp b/src/smpi/colls/bcast/bcast-binomial-tree.cpp index 0ef908188b..dbdea7c4cf 100644 --- a/src/smpi/colls/bcast/bcast-binomial-tree.cpp +++ b/src/smpi/colls/bcast/bcast-binomial-tree.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 @@ -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__binomial_tree(void *buff, int count, MPI_Datatype data_type, int root, MPI_Comm comm) @@ -107,5 +106,4 @@ int bcast__binomial_tree(void *buff, int count, return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi