Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Df parameter of Low models is replaced by weight because it means the same to maxmin...
[simgrid.git] / src / surf / maxmin_private.h
index cfdf61b..0049b7f 100644 (file)
@@ -57,7 +57,6 @@ typedef struct lmm_variable {
   /* \begin{For Lagrange only} */
   double mu;
   double new_mu;
-  double df; /* Total delay of flow */
   double (* func_f)  (struct lmm_variable *var, double x);  /* (f)    */
   double (* func_fp)  (struct lmm_variable *var, double x);  /* (f')    */
   double (* func_fpi)  (struct lmm_variable *var, double x);  /* (f')^{-1}    */