git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1548 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-03-13 15:19:07 +00:00
commit 8cccba1442
7 changed files with 16 additions and 8 deletions

View file

@ -46,6 +46,6 @@
* TODO
*/
template < class Move >
class moeoUnvisitedSelect{};
class moeoUnvisitedSelect: public eoUF < eoPop < typename Move::EOType> &, std::vector< unsigned int > >{};
#endif /*MOEOUNVISITEDSELECT_H_*/