Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Renaming, snake_case
[simgrid.git] / src / kernel / routing / EmptyZone.cpp
index 229caf0..e33e1af 100644 (file)
@@ -24,7 +24,7 @@ void EmptyZone::get_graph(const s_xbt_graph_t* /*graph*/, std::map<std::string,
 } // namespace kernel
 
 namespace s4u {
-NetZone* createEmptyZone(const std::string& name)
+NetZone* create_empty_zone(const std::string& name)
 {
   return (new kernel::routing::EmptyZone(name))->get_iface();
 }