Clean test.

This commit is contained in:
quemy 2012-12-04 17:05:05 +01:00
commit 23a0b8f77b
6 changed files with 131 additions and 92 deletions

View file

@ -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;