From 79a0a858638628b4695718690c4abf6fc82f699f Mon Sep 17 00:00:00 2001 From: boufaras Date: Thu, 27 Jan 2011 15:22:42 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2082 331e1502-861f-0410-8da2-ba01fb791d7f --- ParadisEO-GPU/src/eval/moCudaEvalFunc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ParadisEO-GPU/src/eval/moCudaEvalFunc.h b/ParadisEO-GPU/src/eval/moCudaEvalFunc.h index 9000f837d..3f13db8a9 100644 --- a/ParadisEO-GPU/src/eval/moCudaEvalFunc.h +++ b/ParadisEO-GPU/src/eval/moCudaEvalFunc.h @@ -49,7 +49,6 @@ public: */ typedef typename Neighbor::EOT EOT; - typedef typename EOT::ElemType T; typedef typename EOT::Fitness Fitness; /** @@ -70,7 +69,7 @@ public: *Virtual functor to compute fitness of a solution neighbor *@param _solution the solution which generate the neighborhood *@param _fitness the current solution fitness - *@param _index the index neighbor + *@param _index the set of index helping to compute the neighbor fitness */ virtual inline __host__ __device__ Fitness operator() (EOT & _solution,Fitness _fitness, unsigned int * _index)=0;