Updated makefile and added t-eoExternalEO

This commit is contained in:
mac 2000-05-25 07:13:43 +00:00
commit 05c4bec808
5 changed files with 337 additions and 98 deletions

View file

@ -36,7 +36,7 @@ const unsigned Easy::size = 1;
//-----------------------------------------------------------------------------
main()
int main()
{
Easy easy;
Chrom chrom(Easy::size);
@ -48,6 +48,8 @@ main()
cout << "chrom = " << chrom << endl
<< "chrom.fitness() = " << chrom.fitness() << endl;
return 0;
}
//-----------------------------------------------------------------------------