X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d465baeb148557ea879510312d99713ca4bf4bf..579d27969fbc1fa8004de922816a0068e52a9fa6:/src/kernel/routing/TorusZone.hpp diff --git a/src/kernel/routing/TorusZone.hpp b/src/kernel/routing/TorusZone.hpp index 1361f9b8f4..8d8c7a1a92 100644 --- a/src/kernel/routing/TorusZone.hpp +++ b/src/kernel/routing/TorusZone.hpp @@ -12,6 +12,11 @@ namespace simgrid { namespace kernel { namespace routing { +/** @ingroup ROUTING_API + * @brief NetZone using a Torus topology + * + */ + class XBT_PRIVATE TorusZone : public ClusterZone { public: explicit TorusZone(NetZone* father, const char* name);