X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/528627ed38411e15afbcbb6ab426e83c25d9e492..bf41d7b09bccdac18be3631c03256f2a34bdb202:/src/kernel/routing/NetPoint.cpp diff --git a/src/kernel/routing/NetPoint.cpp b/src/kernel/routing/NetPoint.cpp index bc904a0aab..c15f13aa47 100644 --- a/src/kernel/routing/NetPoint.cpp +++ b/src/kernel/routing/NetPoint.cpp @@ -16,7 +16,7 @@ namespace routing { simgrid::xbt::signal NetPoint::onCreation; NetPoint::NetPoint(std::string name, NetPoint::Type componentType, NetZoneImpl* netzone_p) - : name_(name), componentType_(componentType), netzone_(netzone_p) + : name_(name), component_type_(componentType), netzone_(netzone_p) { if (netzone_p != nullptr) id_ = netzone_p->addComponent(this);