X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f7c345a00e92ff915252ae30043dc90ca9a48686..fc8be6494932e66a359ae5d47103a566cc8234f4:/include/simgrid/kernel/routing/ClusterZone.hpp diff --git a/include/simgrid/kernel/routing/ClusterZone.hpp b/include/simgrid/kernel/routing/ClusterZone.hpp index c3135dcc6c..167b2c10bc 100644 --- a/include/simgrid/kernel/routing/ClusterZone.hpp +++ b/include/simgrid/kernel/routing/ClusterZone.hpp @@ -67,7 +67,7 @@ namespace routing { class ClusterZone : public NetZoneImpl { public: - explicit ClusterZone(NetZoneImpl* father, std::string name); + explicit ClusterZone(NetZoneImpl* father, std::string name, resource::NetworkModel* netmodel); void get_local_route(NetPoint* src, NetPoint* dst, RouteCreationArgs* into, double* latency) override; void get_graph(xbt_graph_t graph, std::map* nodes,