add new solution class for customized solution type

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2363 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-09-14 12:34:20 +00:00
commit fcfba961b8

View file

@ -36,7 +36,7 @@
#define _moGPUSolType2Vector_H_
#include <GPUType/moGPUVector.h>
#include <problems/types/moGPUSolType.h>
#include <problems/types/moGPUCustomizeType.h>
/**
* An Example of a customized vector representation on GPU.
@ -50,7 +50,6 @@ public:
/**
* Define vector type of vector corresponding to Solution
*/
//typedef ElemT ElemType;
using moGPUVector<ElemType, Fitness>::vect;
using moGPUVector<ElemType, Fitness>::N;