Clean src. Add setTopology to the island model

This commit is contained in:
quemy 2012-11-24 16:38:08 +01:00
commit ae4699176f
4 changed files with 31 additions and 35 deletions

View file

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