3 identical typos in 3 different files :-)
This commit is contained in:
parent
465874cb0b
commit
f2b98abd90
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
#include <eoInit.h>
|
#include <eoInit.h>
|
||||||
|
|
||||||
/** Base classes for generic mutations on fixed length chromosomes.
|
/** 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
|
* eoFlOrAllMutation applies the atom mutation to all components with given rate
|
||||||
* eoFlOrKMutation applies the atom mutation to a fixed nb of components
|
* eoFlOrKMutation applies the atom mutation to a fixed nb of components
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -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
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ int main(int argc, char* argv[])
|
||||||
eoEvalFuncPtr<Indi, double> mainEval( binary_value<Indi>);
|
eoEvalFuncPtr<Indi, double> mainEval( binary_value<Indi>);
|
||||||
eoEvalFuncCounter<Indi> eval(mainEval);
|
eoEvalFuncCounter<Indi> eval(mainEval);
|
||||||
|
|
||||||
// COnstruction of the distribution
|
// Construction of the distribution
|
||||||
eoPBILDistrib<Indi> & distrib = make_PBILdistrib(parser, state, Indi());
|
eoPBILDistrib<Indi> & distrib = make_PBILdistrib(parser, state, Indi());
|
||||||
// and the update rule
|
// and the update rule
|
||||||
eoDistribUpdater<Indi> & update = make_PBILupdate(parser, state, Indi());
|
eoDistribUpdater<Indi> & update = make_PBILupdate(parser, state, Indi());
|
||||||
|
|
|
||||||
Reference in a new issue