X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7344f5c93d14d03114fe84a0213d7f3950c73a3..16880ccfaa2afdd66b76b6ab04d021adf4ce44ae:/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 f92c67fcab..ecb674e570 100644 --- a/src/surf/surf_routing_cluster_torus.hpp +++ b/src/surf/surf_routing_cluster_torus.hpp @@ -24,7 +24,8 @@ namespace simgrid { 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; void parse_specific_arguments(sg_platf_cluster_cbarg_t cluster) override; - xbt_dynar_t p_dimensions_ = NULL; + private: + xbt_dynar_t dimensions_ = NULL; }; }}