X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eac77828e5174e46ff0bffc3a17149aaefb62438..018f0c4b9035f7e28796f298e85ab69bb88ca426:/src/surf/surf_routing_floyd.cpp diff --git a/src/surf/surf_routing_floyd.cpp b/src/surf/surf_routing_floyd.cpp index 61afe49109..0ce0fe6a8e 100644 --- a/src/surf/surf_routing_floyd.cpp +++ b/src/surf/surf_routing_floyd.cpp @@ -18,7 +18,7 @@ namespace simgrid { namespace surf { AsFloyd::AsFloyd(const char*name) - : AsGeneric(name) + : AsRoutedGraph(name) { predecessorTable_ = NULL; costTable_ = NULL;