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

This commit is contained in:
boufaras 2011-02-10 13:53:38 +00:00
commit 3676f60716

View file

@ -29,7 +29,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 _moCudaRndWithoutReplNeighborhood_h #ifndef _moCudaRndWithoutReplNeighborhood_h
#define _moCudaRndWithoutReplNeighborhood_h #define _moCudaRndWithoutReplNeighborhood_h
@ -42,7 +42,7 @@
*/ */
template<class Neighbor> template<class Neighbor>
class moCudaRndWithoutReplNeighborhood: public moRndWithoutReplNeighborhood<Neighbor> { class moCudaRndWithoutReplNeighborhood: public moRndWithoutReplNeighborhood<Neighbor> {
public: public:
/** /**
* Define type of a solution corresponding to Neighbor * Define type of a solution corresponding to Neighbor
@ -83,7 +83,7 @@ public:
return "moCudaRndWithoutReplNeighborhood"; return "moCudaRndWithoutReplNeighborhood";
} }
protected: protected:
moCudaEval<Neighbor>& eval; moCudaEval<Neighbor>& eval;
}; };