correction of the parallel transformation
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@745 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
7fa4e0220f
commit
4d885cc29a
2 changed files with 19 additions and 6 deletions
|
|
@ -149,8 +149,8 @@ template< class EOT > void peoParaSGATransform< EOT > :: unpackResult() {
|
|||
:: unpack( pop->operator[]( sidx++ ) );
|
||||
:: unpack( pop->operator[]( sidx ) );
|
||||
num_term += 2;
|
||||
|
||||
if( num_term == pop->size() ) {
|
||||
// Can be used with a odd size
|
||||
if( num_term == 2*(pop->size()/2) ) {
|
||||
|
||||
getOwner()->setActive();
|
||||
resume();
|
||||
|
|
|
|||
Loading…
Reference in a new issue