From 85e8f95e12cc980da386418aaead4babe235d41d Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 15:47:34 +0000 Subject: [PATCH] update doc for doxygen git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2399 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/tutoriel/QAP_CPU/src/QapIncrEval.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)