X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..0abff6931a0872390fe17485f39d5538c41353c5:/src/surf/network_constant.cpp diff --git a/src/surf/network_constant.cpp b/src/surf/network_constant.cpp index 849b015b06..4426bda2bc 100644 --- a/src/surf/network_constant.cpp +++ b/src/surf/network_constant.cpp @@ -37,7 +37,7 @@ LinkImpl* NetworkConstantModel::create_link(const std::string& name, const std:: return nullptr; } -double NetworkConstantModel::next_occuring_event(double /*now*/) +double NetworkConstantModel::next_occurring_event(double /*now*/) { double min = -1.0; for (kernel::resource::Action const& action : *get_started_action_set()) {