Debug some new class again

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2555 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2011-12-08 23:31:00 +00:00
commit f22c862d1c
3 changed files with 20 additions and 5 deletions

View file

@ -125,6 +125,14 @@ public:
isMoved=_isMoved;
}
/**
* Getter of the current neighbor
* @return current neighbor
*/
Neighbor & getCurrentNeighbor() {
return currentNeighbor;
}
protected:
// default class for the empty constructor
moDummyNeighborhood<Neighbor> dummyNeighborhood;