X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5aabb61f939c0a2f538f72a5e5e0b0da427cd9c7..e6922052a379f423787d14dafec9d41e37713ebc:/src/kernel/routing/TorusZone.cpp diff --git a/src/kernel/routing/TorusZone.cpp b/src/kernel/routing/TorusZone.cpp index 5471e5a27b..0032c875f8 100644 --- a/src/kernel/routing/TorusZone.cpp +++ b/src/kernel/routing/TorusZone.cpp @@ -185,7 +185,7 @@ void TorusZone::get_local_route(NetPoint* src, NetPoint* dst, RouteCreationArgs* } // namespace kernel namespace s4u { -NetZone* createTorusZone(const std::string& name) +NetZone* create_torus_zone(const std::string& name) { return (new kernel::routing::TorusZone(name))->get_iface(); }