Clean src. Add setTopology to the island model
This commit is contained in:
parent
cf93d6aeb4
commit
ae4699176f
4 changed files with 31 additions and 35 deletions
|
|
@ -87,9 +87,8 @@ int main(void)
|
|||
model.add(test);
|
||||
model.add(test2);
|
||||
|
||||
//model();
|
||||
test();
|
||||
test2();
|
||||
model();
|
||||
|
||||
cout << test.getPop() << endl;
|
||||
cout << test2.getPop() << endl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue