Clean test.
This commit is contained in:
parent
5a4596862b
commit
23a0b8f77b
6 changed files with 131 additions and 92 deletions
|
|
@ -91,6 +91,11 @@ protected:
|
|||
*/
|
||||
void send(void);
|
||||
|
||||
/**
|
||||
* Initialize islands, topology and table before starting the model
|
||||
*/
|
||||
void initModel(void);
|
||||
|
||||
Bimap<unsigned, AIsland<EOT>*> createTable();
|
||||
|
||||
std::queue<std::pair<eoPop<EOT>,AIsland<EOT>*>> listEmigrants;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue