new indent, mo_roulette to implement in selectors

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@218 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-04-13 13:12:13 +00:00
commit f20b1a21b4

View file

@ -20,7 +20,7 @@
* Selection strategy that selects ONE individual by using roulette wheel process.
*/
template < class MOEOT >
class moeoRouletteSelect:public moeoSelectOne <MOEOT>
class moeoRouletteSelect:public moeoSelectOne <MOEOT>
{
public: