git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2138 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2011-02-10 13:44:47 +00:00
commit c548ca9e17

View file

@ -30,7 +30,7 @@
ParadisEO WebSite : http://paradiseo.gforge.inria.fr ParadisEO WebSite : http://paradiseo.gforge.inria.fr
Contact: paradiseo-help@lists.gforge.inria.fr Contact: paradiseo-help@lists.gforge.inria.fr
*/ */
#ifndef moCudaEval_H #ifndef moCudaEval_H
#define moCudaEval_H #define moCudaEval_H
@ -42,7 +42,7 @@
template<class Neighbor> template<class Neighbor>
class moCudaEval: public moEval<Neighbor> { class moCudaEval: public moEval<Neighbor> {
public: public:
/** /**
* Define type of a solution corresponding to Neighbor * Define type of a solution corresponding to Neighbor
@ -118,7 +118,7 @@ public:
virtual void neighborhoodEval(EOT & _sol)=0; virtual void neighborhoodEval(EOT & _sol)=0;
protected: protected:
//the host array to save all neighbors fitness //the host array to save all neighbors fitness
Fitness * host_FitnessArray; Fitness * host_FitnessArray;