Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bug corrections: i) boundless variables wasn't detected properly,
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 13 Jul 2007 16:04:59 +0000 (16:04 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 13 Jul 2007 16:04:59 +0000 (16:04 +0000)
commit86188201e4a5e76f7e0131c71f700b638458e9c9
tree20c056f2e7060108ca0461869258f93da1084eb0
parenta300a9b472bfb75d37e5ae9e965608c86ef4b069
Bug corrections: i) boundless variables wasn't detected properly,
ii) the sigma_i + mu_i wasn't done correctly, mu_i was added at
each lambda_j variable instead of only once at the end, iii) the
initialization of parameter df in lmm_variable_new was 1 and it must
be 0.0, iv) the function for Reno has some workrounds that doesn't
seem to work correctly (this last one to be continued...).
Thanks to Arnaud Legrand.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/surf/lagrange.c
src/surf/maxmin.c
src/surf/maxmin_private.h