protected attribut
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2195 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
1ae3880071
commit
e7cb9406b5
1 changed files with 6 additions and 2 deletions
|
|
@ -48,8 +48,6 @@ class moCudaVector: public EO<Fitness> {
|
|||
public:
|
||||
|
||||
typedef ElemT ElemType;
|
||||
ElemType * vect;
|
||||
unsigned N;
|
||||
|
||||
/**
|
||||
* Default constructor.
|
||||
|
|
@ -166,6 +164,12 @@ public:
|
|||
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
ElemType * vect;
|
||||
unsigned N;
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue