Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
handle flexer errors within the parsing module
[simgrid.git] / src / surf / network_constant.cpp
index 849b015b0608b5deb878301cb768b9a890751a0e..4426bda2bcdbf26a08f6b0d5ea1e1af13677bf82 100644 (file)
@@ -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()) {