Update doc
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2407 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e35bfe5de4
commit
afc25e7874
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue