]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/maxmin.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
less void*
[simgrid.git] / src / surf / maxmin.cpp
index 563a06254015fd71a356b237e960dd4c1ad8dacd..623a3b28f59fc03929b5e24aa71e431fe9ef0f52 100644 (file)
@@ -74,7 +74,7 @@ inline void lmm_increase_concurrency(lmm_element_t elem) {
              "Concurrency limit overflow!");
 }
 
-lmm_system_t lmm_system_new(int selective_update)
+lmm_system_t lmm_system_new(bool selective_update)
 {
   lmm_system_t l = nullptr;
   s_lmm_variable_t var;