Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / plugins / ampi / ampi.hpp
index b31fb73..1a88d01 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2019. 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 <simgrid/s4u.hpp>
 
-namespace simgrid {
-namespace smpi {
-namespace plugin {
-namespace ampi {
-extern simgrid::xbt::signal<void(simgrid::s4u::Actor const&)> on_iteration_out;
-extern simgrid::xbt::signal<void(simgrid::s4u::Actor const&)> on_iteration_in;
-}
-}
-}
-}
+namespace simgrid::smpi::plugin::ampi {
+extern xbt::signal<void(s4u::Actor const&)> on_iteration_out;
+extern xbt::signal<void(s4u::Actor const&)> on_iteration_in;
+} // namespace simgrid::smpi::plugin::ampi
 
 #endif