X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d4e135c16a74f7a443a518115fe8930694ddfb0..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/kernel/routing/FloydZone.cpp diff --git a/src/kernel/routing/FloydZone.cpp b/src/kernel/routing/FloydZone.cpp index 867c140153..91fc424c0b 100644 --- a/src/kernel/routing/FloydZone.cpp +++ b/src/kernel/routing/FloydZone.cpp @@ -14,8 +14,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_floyd, ker_routing, "Kernel Floyd Routing"); namespace simgrid { -namespace kernel { -namespace routing { +namespace kernel::routing { void FloydZone::init_tables(unsigned int table_size) { @@ -154,8 +153,7 @@ void FloydZone::do_seal() } } } -} // namespace routing -} // namespace kernel +} // namespace kernel::routing namespace s4u { NetZone* create_floyd_zone(const std::string& name)