Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better failure handling for streams
[simgrid.git] / src / kernel / routing / NetPoint.cpp
index 003a87ff6695ecc52b21a6f2478c06664f9c364d..ff705288a385d4beb2d70ef27b550824e304d213 100644 (file)
@@ -15,8 +15,7 @@ namespace simgrid {
 
 template class xbt::Extendable<kernel::routing::NetPoint>;
 
-namespace kernel {
-namespace routing {
+namespace kernel::routing {
 
 simgrid::xbt::signal<void(NetPoint&)> NetPoint::on_creation;
 
@@ -40,8 +39,7 @@ NetPoint* NetPoint::set_coordinates(const std::string& coords)
     new vivaldi::Coords(this, coords);
   return this;
 }
-} // namespace routing
-} // namespace kernel
+} // namespace kernel::routing
 } // namespace simgrid
 
 /** @brief Retrieve a netpoint from its name