peo modified
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@927 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
ae13202c0a
commit
240685493b
15 changed files with 103 additions and 244 deletions
|
|
@ -129,7 +129,7 @@ template< class TYPESELECT , class TYPEREPLACE> void peoAsyncIslandMig< TYPESELE
|
|||
{
|
||||
lock ();
|
||||
::pack( coop_em.front()->getKey() );
|
||||
em.front().pack();
|
||||
::pack(em.front());
|
||||
coop_em.pop();
|
||||
em.pop();
|
||||
unlock();
|
||||
|
|
@ -140,7 +140,7 @@ template< class TYPESELECT, class TYPEREPLACE> void peoAsyncIslandMig< TYPESELE
|
|||
{
|
||||
lock ();
|
||||
TYPEREPLACE mig;
|
||||
mig.unpack();
|
||||
::unpack(mig);
|
||||
imm.push( mig );
|
||||
unlock();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue