X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..HEAD:/src/smpi/plugins/ampi/ampi.hpp?ds=sidebyside diff --git a/src/smpi/plugins/ampi/ampi.hpp b/src/smpi/plugins/ampi/ampi.hpp index 2f209af703..1a88d01651 100644 --- a/src/smpi/plugins/ampi/ampi.hpp +++ b/src/smpi/plugins/ampi/ampi.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-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. */ @@ -8,15 +8,9 @@ #include -namespace simgrid { -namespace smpi { -namespace plugin { -namespace ampi { -extern simgrid::xbt::signal on_iteration_out; -extern simgrid::xbt::signal on_iteration_in; -} -} -} -} +namespace simgrid::smpi::plugin::ampi { +extern xbt::signal on_iteration_out; +extern xbt::signal on_iteration_in; +} // namespace simgrid::smpi::plugin::ampi #endif