]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/FullZone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'upstream/master'
[simgrid.git] / src / kernel / routing / FullZone.cpp
index 77904a4a2b47e535a2559fd5a9acc400b7681193..765e13e8395c2845aa5b2d1c41105c579ae05108 100644 (file)
@@ -16,9 +16,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_full, surf, "Routing part of surf");
 namespace simgrid {
 namespace kernel {
 namespace routing {
-FullZone::FullZone(NetZone* father, std::string name) : RoutedZone(father, name)
-{
-}
+FullZone::FullZone(NetZoneImpl* father, std::string name) : RoutedZone(father, name) {}
 
 void FullZone::seal()
 {