X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/865f97c868ce92518b1cf4f23e23bd1b16b7917c..fd92747951bee810d382edb735052a6b56db1c6d:/src/surf/lagrange.c diff --git a/src/surf/lagrange.c b/src/surf/lagrange.c index 24f308ee92..f46883e957 100644 --- a/src/surf/lagrange.c +++ b/src/surf/lagrange.c @@ -1,7 +1,9 @@ -/* $Id$ */ -/* Copyright (c) 2007 Arnaud Legrand, Pedro Velho. All rights reserved. */ +/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. + * All rights reserved. */ + /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Modelling the proportional fairness using the Lagrange Optimization * Approach. For a detailed description see: @@ -532,6 +534,9 @@ static double partial_diff_lambda(double lambda, void *param_cnst) void lmm_set_default_protocol_function(double (*func_f) + + + (lmm_variable_t var, double x), double (*func_fp) (lmm_variable_t var,