found a bug in eoProportionalOp, hope this helps...

This commit is contained in:
maartenkeijzer 2003-01-10 15:42:45 +00:00
commit 01727c5a5d
2 changed files with 20 additions and 14 deletions

View file

@ -131,7 +131,7 @@ class eoSequentialOp : public eoOpContainer<EOT>
};
/** The proportinoal verions: easy! */
/** The proportional versions: easy! */
template <class EOT>
class eoProportionalOp : public eoOpContainer<EOT>
{
@ -144,6 +144,7 @@ class eoProportionalOp : public eoOpContainer<EOT>
try
{
(*ops[i])(_pop);
++_pop;
}
catch( typename eoPopulator<EOT>::OutOfIndividuals&)
{}