Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake_case another method
[simgrid.git] / src / kernel / resource / Model.cpp
index 77560d6..a09aeb6 100644 (file)
@@ -65,7 +65,7 @@ double Model::nextOccuringEventLazy(double now)
     if (action->get_priority() <= 0 || action->getType() == Action::Type::LATENCY)
       continue;
 
-    action->updateRemainingLazy(now);
+    action->update_remains_lazy(now);
 
     double min   = -1;
     double share = action->getVariable()->get_value();