Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the capacity the update the priority of an I/O during its execution
[simgrid.git] / src / kernel / resource / Action.cpp
index 825578b..06ef145 100644 (file)
@@ -129,7 +129,6 @@ void Action::set_sharing_penalty(double sharing_penalty)
   XBT_IN("(%p,%g)", this, sharing_penalty);
   sharing_penalty_ = sharing_penalty;
   model_->get_maxmin_system()->update_variable_penalty(get_variable(), sharing_penalty);
-
   if (model_->is_update_lazy())
     model_->get_action_heap().remove(this);
   XBT_OUT();