protected attribut

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2195 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-03-15 13:38:05 +00:00
commit e7cb9406b5

View file

@ -48,8 +48,6 @@ class moCudaVector: public EO<Fitness> {
public: public:
typedef ElemT ElemType; typedef ElemT ElemType;
ElemType * vect;
unsigned N;
/** /**
* Default constructor. * Default constructor.
@ -166,6 +164,12 @@ public:
} }
protected:
ElemType * vect;
unsigned N;
}; };
#endif #endif