Update doc

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2407 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-09-16 13:23:54 +00:00
commit afc25e7874

View file

@ -60,7 +60,7 @@ public:
/** /**
* Copy Constructor * Copy Constructor
* @param _n the neighbor to copy * @param _source the neighbor to copy
*/ */
moBitsNeighbor(const moBitsNeighbor& _source) : moNeighbor<EOT, Fitness>(_source) { moBitsNeighbor(const moBitsNeighbor& _source) : moNeighbor<EOT, Fitness>(_source) {
bits.resize(_source.bits.size()); bits.resize(_source.bits.size());