From fcfba961b81985a02dabc563eac3a2c15d3c8581 Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 12:34:20 +0000 Subject: [PATCH] add new solution class for customized solution type git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2363 331e1502-861f-0410-8da2-ba01fb791d7f --- .../ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/branches/ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h b/branches/ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h index 30f6e55f3..3ed1eea58 100755 --- a/branches/ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h +++ b/branches/ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h @@ -36,7 +36,7 @@ #define _moGPUSolType2Vector_H_ #include -#include +#include /** * 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::vect; using moGPUVector::N;