X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddabdf505ca5684fbcc0a4000ca27b89b4732abc..eac77828e5174e46ff0bffc3a17149aaefb62438:/src/surf/surf_routing_cluster.hpp diff --git a/src/surf/surf_routing_cluster.hpp b/src/surf/surf_routing_cluster.hpp index bd2da0a5ec..8ea4836198 100644 --- a/src/surf/surf_routing_cluster.hpp +++ b/src/surf/surf_routing_cluster.hpp @@ -9,7 +9,7 @@ #include -#include "surf_routing_none.hpp" +#include "surf_routing.hpp" #include "network_interface.hpp" namespace simgrid { @@ -24,7 +24,7 @@ class XBT_PRIVATE AsCluster; /* ************************************************** */ /* ************** Cluster ROUTING **************** */ -class AsCluster: public AsNone { +class AsCluster: public As { public: AsCluster(const char*name);