git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1917 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-08-26 09:17:39 +00:00
commit 71273f1344
6 changed files with 17 additions and 356 deletions

View file

@ -87,6 +87,7 @@ public:
indexVector[i]=indexVector[maxIndex-1];
indexVector[maxIndex-1]=tmp;
maxIndex--;
std::cout << _neighbor.className() << ", key: " << _neighbor.index() << std::endl;
}
/**
@ -102,6 +103,8 @@ public:
indexVector[i]=indexVector[maxIndex-1];
indexVector[maxIndex-1]=tmp;
maxIndex--;
std::cout << _neighbor.className() << ", key: " << _neighbor.index() << std::endl;
}
/**