Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake_case routing::NetPoint
[simgrid.git] / src / surf / xml / surfxml_sax_cb.cpp
index 602728d..3388b9a 100644 (file)
@@ -63,7 +63,7 @@ void surf_parse_assert_netpoint(std::string hostname, std::string pre, std::stri
   });
   bool first = true;
   for (auto const& np : list) {
-    if (np->isNetZone())
+    if (np->is_netzone())
       continue;
 
     if (not first)