Template for Fitness added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1376 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2009-01-29 16:55:57 +00:00
commit 5ad887f27a

View file

@ -45,8 +45,8 @@
a new fitness that could be associated to a new fitness that could be associated to
the solution if this one is updated. the solution if this one is updated.
*/ */
template < class M > template < class M, class Objective = typename M::EOType::Fitness>
class moMoveIncrEval:public eoBF < const M &, const typename M::EOType &, typename M::EOType::Fitness > class moMoveIncrEval:public eoBF < const M &, const typename M::EOType &, Objective >
{}; {};
#endif #endif