X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..228dec10fee7d30dd7c9edb93d0986940530f25e:/src/surf/network_smpi.hpp diff --git a/src/surf/network_smpi.hpp b/src/surf/network_smpi.hpp index a012635e5a..2864fc10b7 100644 --- a/src/surf/network_smpi.hpp +++ b/src/surf/network_smpi.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2018. The SimGrid Team. +/* Copyright (c) 2013-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -15,11 +15,11 @@ namespace resource { class XBT_PRIVATE NetworkSmpiModel : public NetworkCm02Model { public: NetworkSmpiModel(); - ~NetworkSmpiModel(); + ~NetworkSmpiModel() = default; - double latencyFactor(double size); - double bandwidthFactor(double size); - double bandwidthConstraint(double rate, double bound, double size); + double get_latency_factor(double size); + double get_bandwidth_factor(double size); + double get_bandwidth_constraint(double rate, double bound, double size); }; } // namespace resource } // namespace kernel