3 identical typos in 3 different files :-)

This commit is contained in:
evomarc 2007-12-08 14:49:52 +00:00
commit f2b98abd90
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
#include <eoInit.h>
/** Base classes for generic mutations on fixed length chromosomes.
* COntains 2 classes that both use an atomic mutation
* Contains 2 classes that both use an atomic mutation
* eoFlOrAllMutation applies the atom mutation to all components with given rate
* eoFlOrKMutation applies the atom mutation to a fixed nb of components
*

View file

@ -205,6 +205,6 @@ std::vector<double> rates;
};
// for General Ops, it's another story - see eoOpCOntainer
// for General Ops, it's another story - see eoOpContainer
#endif

View file

@ -74,7 +74,7 @@ int main(int argc, char* argv[])
eoEvalFuncPtr<Indi, double> mainEval( binary_value<Indi>);
eoEvalFuncCounter<Indi> eval(mainEval);
// COnstruction of the distribution
// Construction of the distribution
eoPBILDistrib<Indi> & distrib = make_PBILdistrib(parser, state, Indi());
// and the update rule
eoDistribUpdater<Indi> & update = make_PBILupdate(parser, state, Indi());