X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d336a6ef3b2aee3aa81de0fbedfaa9971b89fb3..0abff6931a0872390fe17485f39d5538c41353c5:/src/surf/network_interface.cpp diff --git a/src/surf/network_interface.cpp b/src/surf/network_interface.cpp index 54f82296d3..5a23538984 100644 --- a/src/surf/network_interface.cpp +++ b/src/surf/network_interface.cpp @@ -54,9 +54,9 @@ double NetworkModel::get_bandwidth_constraint(double rate, double /*bound*/, dou return rate; } -double NetworkModel::next_occuring_event_full(double now) +double NetworkModel::next_occurring_event_full(double now) { - double minRes = Model::next_occuring_event_full(now); + double minRes = Model::next_occurring_event_full(now); for (Action const& action : *get_started_action_set()) { const NetworkAction& net_action = static_cast(action);