erasing warnings

This commit is contained in:
gustavo 2000-06-14 16:29:00 +00:00
commit 3bc1cb49d8
10 changed files with 3 additions and 11 deletions

View file

@ -23,7 +23,6 @@ main()
{
const unsigned POP_SIZE = 8, CHROM_SIZE = 4;
eoUniform<Chrom::Type> uniform(false, true);
eoPop<Chrom> pop, pop2;
eoBinRandom<Chrom> random;
unsigned i;