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

@ -74,6 +74,12 @@ public:
*/
void update(eoPop<EOT> _data, AIsland<EOT>* _island);
/**
* Change topology
* @param _topo New topology.
*/
void setTopology(AbstractTopology& _topo);
protected:
/**