Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Field is effectively a boolean.
[simgrid.git] / src / surf / fair_bottleneck.cpp
index acb4125..7066a8f 100644 (file)
@@ -169,7 +169,7 @@ void bottleneck_solve(lmm_system_t sys)
   } while (xbt_swag_size(var_list));
 
   xbt_swag_reset(cnst_list);
-  sys->modified = 0;
+  sys->modified = true;
   if (XBT_LOG_ISENABLED(surf_maxmin, xbt_log_priority_debug)) {
     XBT_DEBUG("Fair bottleneck done");
     sys->print();