X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07f196691f95ce17dcaecb68e984e93df3debb58..40ee10e13b61bfb28374d96ade010a262b5abd44:/include/simgrid/kernel/routing/EmptyZone.hpp diff --git a/include/simgrid/kernel/routing/EmptyZone.hpp b/include/simgrid/kernel/routing/EmptyZone.hpp index 72404938b1..f5fd3340e6 100644 --- a/include/simgrid/kernel/routing/EmptyZone.hpp +++ b/include/simgrid/kernel/routing/EmptyZone.hpp @@ -9,9 +9,7 @@ #include #include -namespace simgrid { -namespace kernel { -namespace routing { +namespace simgrid::kernel::routing { /** @ingroup ROUTING_API * @brief NetZone with no routing, useful with the constant network model @@ -32,8 +30,6 @@ public: void get_graph(const s_xbt_graph_t* graph, std::map>* /*nodes*/, std::map>* /*edges*/) override; }; -} // namespace routing -} // namespace kernel -} // namespace simgrid +} // namespace simgrid::kernel::routing #endif /* SIMGRID_ROUTING_NONE_HPP_ */