Changed functor base names and added to version
This commit is contained in:
parent
1d0794c46a
commit
f7c98d5b31
23 changed files with 64 additions and 48 deletions
|
|
@ -38,7 +38,7 @@
|
|||
* eoReduce: .reduce the new generation to the specified size
|
||||
*/
|
||||
|
||||
template<class Chrom> class eoReduce: public eoBinaryFunctor<void, eoPop<Chrom>&, unsigned>
|
||||
template<class Chrom> class eoReduce: public eoBF<eoPop<Chrom>&, unsigned, void>
|
||||
{};
|
||||
|
||||
template <class EOT> class eoTruncate : public eoReduce<EOT>
|
||||
|
|
|
|||
Reference in a new issue