changing Makefile.am's to accept new subdiretory structure

This commit is contained in:
gustavo 2000-03-30 14:20:25 +00:00
commit 1fe3a72e10
11 changed files with 148 additions and 72 deletions

View file

@ -45,8 +45,8 @@ main()
cout << "selected by lottery population:" << endl;
for (i = 0; i < pop2.size(); i++)
cout << pop2[i] << " " << pop2[i].fitness() << endl;
cout << pop2[i] << " " << pop2[i].fitness() << endl;
return 0;
}