git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2134 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
587a652664
commit
c9c54c1c13
1 changed files with 110 additions and 110 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
|
||||
Contact: paradiseo-help@lists.gforge.inria.fr
|
||||
*/
|
||||
*/
|
||||
|
||||
#ifndef _moCudaVector_H_
|
||||
#define _moCudaVector_H_
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
|
||||
template<class ElemT, class Fitness>
|
||||
|
||||
class moCudaVector: public EO<Fitness> {
|
||||
class moCudaVector: public EO<Fitness> {
|
||||
|
||||
public:
|
||||
public:
|
||||
|
||||
typedef ElemT ElemType;
|
||||
ElemType * vect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue