git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2077 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2011-01-27 12:54:34 +00:00
commit b850eb8340

View file

@ -174,8 +174,7 @@ public:
mapping[id + k * neighborhoodSize] = _indices[k];
}
mapping[id + Kswap * neighborhoodSize]
= _indices[Kswap]++;
mapping[id + Kswap * neighborhoodSize] = _indices[Kswap]++;
id++;
}
@ -195,9 +194,9 @@ public:
}
/**
* Compute the next combination of mapping indices
* @param _indices the current combination of indices
* @param _indice compute next combination of indices from this index
* Compute the next combination of mapping indexes
* @param _indices the current combination of indexes
* @param _indice compute next combination of indexes from this index
*/
bool nextIndices(unsigned int* _indices, int _indice) {