X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..de00769095da24e77ceab237b324c2c3a4f94a9d:/include/simgrid/kernel/routing/NetPoint.hpp?ds=sidebyside diff --git a/include/simgrid/kernel/routing/NetPoint.hpp b/include/simgrid/kernel/routing/NetPoint.hpp index 566eee3a9f..aca24523c9 100644 --- a/include/simgrid/kernel/routing/NetPoint.hpp +++ b/include/simgrid/kernel/routing/NetPoint.hpp @@ -16,8 +16,7 @@ namespace simgrid { extern template class XBT_PUBLIC xbt::Extendable; -namespace kernel { -namespace routing { +namespace kernel::routing { /** @ingroup ROUTING_API * @brief Network cards are the vertices in the graph representing the network, used to compute paths between nodes. @@ -54,8 +53,7 @@ private: NetPoint::Type component_type_; NetZoneImpl* englobing_zone_ = nullptr; }; -} // namespace routing -} // namespace kernel +} // namespace kernel::routing } // namespace simgrid XBT_PUBLIC simgrid::kernel::routing::NetPoint* sg_netpoint_by_name_or_null(const char* name);