X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eac77828e5174e46ff0bffc3a17149aaefb62438..018f0c4b9035f7e28796f298e85ab69bb88ca426:/src/surf/surf_routing_full.hpp diff --git a/src/surf/surf_routing_full.hpp b/src/surf/surf_routing_full.hpp index 9dfc1e21cb..30dd1cbefd 100644 --- a/src/surf/surf_routing_full.hpp +++ b/src/surf/surf_routing_full.hpp @@ -9,7 +9,7 @@ #include -#include "surf_routing_generic.hpp" +#include "surf_routing_RoutedGraph.hpp" namespace simgrid { namespace surf { @@ -20,7 +20,7 @@ namespace surf { class XBT_PRIVATE AsFull; /** Full routing: fast, large memory requirements, fully expressive */ -class AsFull: public AsGeneric { +class AsFull: public AsRoutedGraph { public: AsFull(const char*name);