updated Makefiles and removed a few unneeded files. note: ES files are pending

This commit is contained in:
mac 2000-04-07 14:23:59 +00:00
commit 64a5d2de58
7 changed files with 17 additions and 313 deletions

View file

@ -39,7 +39,7 @@ public :
/** Returns the operator proportionally selected */
virtual eoGeneralOp<EOT>& selectOp()
{
unsigned what = rng.roulette_wheel(rates);
unsigned what = rng.roulette_wheel(getRates());
return *operator[](what);
}