git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2058 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e904c97447
commit
5687c93642
1 changed files with 1 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ public:
|
||||||
virtual void init(EOT& _solution, Neighbor& _current) {
|
virtual void init(EOT& _solution, Neighbor& _current) {
|
||||||
indices.first=0;
|
indices.first=0;
|
||||||
indices.second=1;
|
indices.second=1;
|
||||||
// size=_solution.size();
|
|
||||||
_current.setIndices(0,1);
|
_current.setIndices(0,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -95,7 +94,7 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::pair<unsigned int, unsigned int> indices;
|
std::pair<unsigned int, unsigned int> indices;
|
||||||
//unsigned int size;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue