git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@823 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4e1a4a03d8
commit
239b181bc7
16 changed files with 352 additions and 57 deletions
|
|
@ -174,6 +174,8 @@ template< class EOT > class peoAsyncIslandMig : public Cooperative, public eoUpd
|
|||
void pack();
|
||||
//! Auxiliary function dealing with receiving immigrant individuals. There is no need to explicitly call the function.
|
||||
void unpack();
|
||||
//! Auxiliary function dealing with the packing of synchronization requests - not the case.
|
||||
void packSynchronizeReq();
|
||||
|
||||
|
||||
private:
|
||||
|
|
@ -243,6 +245,8 @@ template< class EOT > void peoAsyncIslandMig< EOT > :: unpack()
|
|||
unlock();
|
||||
}
|
||||
|
||||
template< class EOT > void peoAsyncIslandMig< EOT > :: packSynchronizeReq() {
|
||||
}
|
||||
|
||||
template< class EOT > void peoAsyncIslandMig< EOT > :: emigrate()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue