The big GeneraoOp interface change - in test dir

This commit is contained in:
evomarc 2001-02-09 05:43:06 +00:00
commit 018db6689a
4 changed files with 30 additions and 18 deletions

View file

@ -15,7 +15,7 @@
// general
#include <utils/eoRNG.h> // Random number generators
#include <ga/eoBin.h>
#include <ga.h>
#include <utils/eoParser.h>
#include <utils/eoState.h>
@ -35,7 +35,7 @@ struct Dummy : public EO<double>
int the_main(int argc, char **argv)
{ // ok, we have a command line parser and a state
typedef eoBin<float> Chrom;
typedef eoBit<float> Chrom;
eoParser parser(argc, argv);