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:
parent
a05ae42c0b
commit
fcfba961b8
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue