X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..3a15a2893fa0aa6b626063cb446cd1fc6b0088d8:/include/simgrid/kernel/routing/VivaldiZone.hpp diff --git a/include/simgrid/kernel/routing/VivaldiZone.hpp b/include/simgrid/kernel/routing/VivaldiZone.hpp index aa9cffb7bc..d7627b96c5 100644 --- a/include/simgrid/kernel/routing/VivaldiZone.hpp +++ b/include/simgrid/kernel/routing/VivaldiZone.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2013-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -46,8 +46,7 @@ namespace routing { class XBT_PRIVATE VivaldiZone : public ClusterZone { public: - explicit VivaldiZone(NetZoneImpl* father, const std::string& name, resource::NetworkModel* netmodel); - + using ClusterZone::ClusterZone; void set_peer_link(NetPoint* netpoint, double bw_in, double bw_out, const std::string& coord); void get_local_route(NetPoint* src, NetPoint* dst, RouteCreationArgs* into, double* latency) override; }; @@ -57,7 +56,6 @@ class XBT_PRIVATE Coords { public: static xbt::Extension EXTENSION_ID; explicit Coords(NetPoint* host, const std::string& str); - virtual ~Coords() = default; std::vector coords; };