From afc25e78748404ea12f6eae15f1ec0ec49557bdc Mon Sep 17 00:00:00 2001 From: boufaras Date: Fri, 16 Sep 2011 13:23:54 +0000 Subject: [PATCH] Update doc git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2407 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h b/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h index 0ad7026ee..e0f1363f1 100644 --- a/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h +++ b/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h @@ -60,7 +60,7 @@ public: /** * Copy Constructor - * @param _n the neighbor to copy + * @param _source the neighbor to copy */ moBitsNeighbor(const moBitsNeighbor& _source) : moNeighbor(_source) { bits.resize(_source.bits.size());