X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc50b7468e8ccac4960de9608fa76784549e992..aa3426ffe35e9f09e17b5f09ee1264263b0a61b4:/src/kernel/routing/AsDijkstra.cpp diff --git a/src/kernel/routing/AsDijkstra.cpp b/src/kernel/routing/AsDijkstra.cpp index 29f4524c38..e813722119 100644 --- a/src/kernel/routing/AsDijkstra.cpp +++ b/src/kernel/routing/AsDijkstra.cpp @@ -306,8 +306,7 @@ AsDijkstra::~AsDijkstra() /* Creation routing model functions */ -AsDijkstra::AsDijkstra(const char*name, bool cached) - : AsRoutedGraph(name) +AsDijkstra::AsDijkstra(As* father, const char* name, bool cached) : AsRoutedGraph(father, name) { if (cached) routeCache_ = xbt_dict_new_homogeneous(&route_cache_elem_free);