X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/caebb3b591d81e9e35dfac26a335d9acad14045f..9ba84afe21104d341e205f1732803e5aa1db09f3:/src/surf/sg_platf.cpp diff --git a/src/surf/sg_platf.cpp b/src/surf/sg_platf.cpp index cff7f9e696..416a7a19e1 100644 --- a/src/surf/sg_platf.cpp +++ b/src/surf/sg_platf.cpp @@ -626,7 +626,7 @@ void sg_platf_new_Zone_seal() xbt_assert(current_routing, "Cannot seal the current AS: none under construction"); current_routing->seal(); simgrid::s4u::NetZone::onSeal(*current_routing); - current_routing = static_cast(current_routing->getFather()); + current_routing = static_cast(current_routing->get_father()); } /** @brief Add a link connecting an host to the rest of its AS (which must be cluster or vivaldi) */