Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid into no_simix_global
[simgrid.git] / src / surf / xml / surfxml_sax_cb.cpp
index 465b580..62947af 100644 (file)
@@ -512,7 +512,7 @@ void STag_surfxml_link___ctn()
       dirname = "";
   }
   surf_parse_assert(link != nullptr, std::string("No such link: '") + A_surfxml_link___ctn_id + "'" + dirname);
-  parsed_link_list.emplace_back(simgrid::s4u::LinkInRoute(link, direction));
+  parsed_link_list.emplace_back(link, direction);
 }
 
 void ETag_surfxml_backbone()