learning about autoconf: eoBin and bvector.h

This commit is contained in:
gustavo 1999-02-08 14:15:11 +00:00
commit 3d7d4a7a51
5 changed files with 10 additions and 4 deletions

View file

@ -7,8 +7,8 @@
//-----------------------------------------------------------------------------
#include <eoBin.h> // eoBin
#include <eoPopOps.h> // eoMonOp
#include <eoBin.h> // eoBin
#include <eoOp.h> // eoMonOp
//-----------------------------------------------------------------------------
// eoBinRandom --> mofify a chromosome in a random way
@ -340,5 +340,4 @@ template<class Chrom> class eoBinUxOver: public eoBinOp<Chrom>
//-----------------------------------------------------------------------------
#endif eoBinOp_h