Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in cpu_ti
[simgrid.git] / src / surf / network_interface.cpp
index 950e535..b7efd16 100644 (file)
@@ -131,7 +131,7 @@ namespace simgrid {
       }
     }
 
-    bool LinkImpl::isUsed()
+    bool LinkImpl::is_used()
     {
       return model()->get_maxmin_system()->constraint_used(constraint());
     }