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:
parent
05a41c7592
commit
f22c862d1c
3 changed files with 20 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue