23/02/07 modifications

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@184 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-02-23 12:49:11 +00:00
commit 086b51c370
20 changed files with 772 additions and 970 deletions

View file

@ -16,10 +16,9 @@
#include <eoReplacement.h>
/**
* Replacement strategy for multi-objective optimization
* Replacement strategy for multi-objective optimization.
*/
template < class MOEOT > class moeoReplacement:public eoReplacement < MOEOT >
{
};
template < class MOEOT >
class moeoReplacement : public eoReplacement < MOEOT > {};
#endif /*MOEOREPLACEMENT_H_ */
#endif /*MOEOREPLACEMENT_H_*/