update doc for doxygen

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2399 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-09-14 15:47:34 +00:00
commit 85e8f95e12

View file

@ -79,8 +79,8 @@ class QapIncrEval : public moEval<Neighbor>{
/**
* Specific to the QAP incremental evaluation (part of algorithmic)
* @param _sol the solution to evaluate
* @param _i the first position of swap
* @param _j the second position of swap
* @param i the first position of swap
* @param j the second position of swap
*/
unsigned int compute_delta(EOT & _sol,unsigned i,unsigned j)