X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..f18ab288219690177e48123c64ba809bd421f02a:/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,