X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed:/src/kernel/routing/DragonflyZone.hpp..95a02a8febe84fd1c2ed98c78c594a5e8a0116f7:/include/simgrid/kernel/routing/DragonflyZone.hpp?ds=sidebyside diff --git a/src/kernel/routing/DragonflyZone.hpp b/include/simgrid/kernel/routing/DragonflyZone.hpp similarity index 96% rename from src/kernel/routing/DragonflyZone.hpp rename to include/simgrid/kernel/routing/DragonflyZone.hpp index 492613b54a..bf389a4864 100644 --- a/src/kernel/routing/DragonflyZone.hpp +++ b/include/simgrid/kernel/routing/DragonflyZone.hpp @@ -6,7 +6,7 @@ #ifndef SURF_ROUTING_CLUSTER_DRAGONFLY_HPP_ #define SURF_ROUTING_CLUSTER_DRAGONFLY_HPP_ -#include "src/kernel/routing/ClusterZone.hpp" +#include namespace simgrid { namespace kernel { @@ -84,7 +84,7 @@ private: unsigned int numLinksperLink_ = 1; // splitduplex -> 2, only for local link DragonflyRouter** routers_ = nullptr; }; -} -} -} +} // namespace routing +} // namespace kernel +} // namespace simgrid #endif