diff --git a/branches/ParadisEO-GPU/tutoriel/QAP_CPU/src/QapIncrEval.h b/branches/ParadisEO-GPU/tutoriel/QAP_CPU/src/QapIncrEval.h index 549623865..eb9cc1199 100644 --- a/branches/ParadisEO-GPU/tutoriel/QAP_CPU/src/QapIncrEval.h +++ b/branches/ParadisEO-GPU/tutoriel/QAP_CPU/src/QapIncrEval.h @@ -79,8 +79,8 @@ class QapIncrEval : public moEval{ /** * 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)