Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
*** empty log message ***
[simgrid.git] / src / include / surf / maxmin.h
index 551c0fe..c3c05a9 100644 (file)
@@ -47,7 +47,7 @@ void lmm_update_variable_bound(lmm_system_t sys, lmm_variable_t var,
                               double bound);
 void lmm_update_variable_weight(lmm_system_t sys, lmm_variable_t var,
                                double weight);
-double lmm_get_variable_weight(lmm_system_t sys, lmm_variable_t var);
+double lmm_get_variable_weight(lmm_variable_t var);
 
 void lmm_update_constraint_bound(lmm_system_t sys, lmm_constraint_t cnst,
                                 double bound);