X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/53614cf4c0d54920e9214f6ecc7c1149eb843b20..ebbdc928150e0dda1fffe5d4ab6edab9d1981904:/src/surf/surf_routing_cluster_fat_tree.hpp diff --git a/src/surf/surf_routing_cluster_fat_tree.hpp b/src/surf/surf_routing_cluster_fat_tree.hpp index 1c39826b4b..7aaf9b1f30 100644 --- a/src/surf/surf_routing_cluster_fat_tree.hpp +++ b/src/surf/surf_routing_cluster_fat_tree.hpp @@ -53,7 +53,7 @@ public: ~AsClusterFatTree(); virtual void getRouteAndLatency(RoutingEdgePtr src, RoutingEdgePtr dst, sg_platf_route_cbarg_t into, - double *latency) const; + double *latency); // virtual void getRouteAndLatency(const int src, const int dst, // std::vector *route, // double *latency) const; @@ -71,9 +71,9 @@ protected: std::vector nodes; std::map, FatTreeLink*> links; - std::vector nodesByLevel; + std::vector nodesByLevel; void addLink(FatTreeNode *parent, FatTreeNode *child); - void getLevelPosition(const int level, int &position, int &size); + void getLevelPosition(const unsigned int level, int &position, int &size); }; #endif