X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/579d27969fbc1fa8004de922816a0068e52a9fa6..5d4bf7d1cd502bc979d98e35067872186f2a0a21:/src/kernel/routing/FatTreeZone.hpp diff --git a/src/kernel/routing/FatTreeZone.hpp b/src/kernel/routing/FatTreeZone.hpp index 96616462dc..8d8538752f 100644 --- a/src/kernel/routing/FatTreeZone.hpp +++ b/src/kernel/routing/FatTreeZone.hpp @@ -14,7 +14,7 @@ namespace routing { class XBT_PRIVATE FatTreeLink; -/** \brief A node in a fat tree (@ref AsClusterFatTree). +/** \brief A node in a fat tree (@ref FatTreeZone). * A FatTreeNode can either be a switch or a processing node. Switches are * identified by a negative ID. This class is closely related to fat */ @@ -54,7 +54,7 @@ public: FatTreeNode(sg_platf_cluster_cbarg_t cluster, int id, int level, int position); }; -/** \brief Link in a fat tree (@ref AsClusterFatTree). +/** \brief Link in a fat tree (@ref FatTreeZone). * * Represents a single, duplex link in a fat tree. This is necessary to have a tree. * It is equivalent to a physical link. @@ -100,7 +100,7 @@ class XBT_PRIVATE FatTreeZone : public ClusterZone { public: explicit FatTreeZone(NetZone* father, const char* name); ~FatTreeZone() override; - void getLocalRoute(NetCard* src, NetCard* dst, sg_platf_route_cbarg_t into, double* latency) override; + void getLocalRoute(NetPoint* src, NetPoint* dst, sg_platf_route_cbarg_t into, double* latency) override; /** \brief Generate the fat tree *