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

This commit is contained in:
jhumeau 2009-03-13 16:51:34 +00:00
commit 6afb4bf073
8 changed files with 254 additions and 11 deletions

View file

@ -41,14 +41,14 @@
#include <eo>
#include <moeo>
#include <moeoUnvisitedSelect.h>
/**
* TODO
*/
template < class Move >
class moeoExhaustiveUnvisitedSelect : public moeoUnvisitedSelect < Move >
template < class MOEOT >
class moeoExhaustiveUnvisitedSelect : public moeoUnvisitedSelect < MOEOT >
{
typedef typename Move::EOType MOEOT;
public: