X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab9a0c79dcf5e12d8b2f9a1096beb697853b7cc8..257fa70ab80653b27b12b27cadf82468f29f62e9:/src/kernel/lmm/maxmin.cpp diff --git a/src/kernel/lmm/maxmin.cpp b/src/kernel/lmm/maxmin.cpp index e859c9e717..876d72d480 100644 --- a/src/kernel/lmm/maxmin.cpp +++ b/src/kernel/lmm/maxmin.cpp @@ -536,7 +536,7 @@ template void System::solve(CnstList& cnst_list) elem.make_active(); simgrid::surf::Action* action = static_cast(elem.variable->id); - if (keep_track && not action->is_linked()) + if (keep_track && not action->isLinkedModifiedSet()) keep_track->push_back(*action); } }