X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/17023af1f7484d0592aa37f08bcd35e7dda3efe3..6534c58a2afafe609a4671073f6b20f839e20fd7:/src/surf/surf_routing_cluster_torus.hpp diff --git a/src/surf/surf_routing_cluster_torus.hpp b/src/surf/surf_routing_cluster_torus.hpp index 35bcb6817f..b516c73b02 100644 --- a/src/surf/surf_routing_cluster_torus.hpp +++ b/src/surf/surf_routing_cluster_torus.hpp @@ -19,7 +19,7 @@ namespace simgrid { class XBT_PRIVATE AsClusterTorus:public simgrid::surf::AsCluster { public: - AsClusterTorus(); + AsClusterTorus(const char*name); virtual ~AsClusterTorus(); void create_links_for_node(sg_platf_cluster_cbarg_t cluster, int id, int rank, int position) override; void getRouteAndLatency(NetCard * src, NetCard * dst, sg_platf_route_cbarg_t into, double *latency) override;