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
|
|
@ -74,6 +74,12 @@ public:
|
|||
*/
|
||||
void update(eoPop<EOT> _data, AIsland<EOT>* _island);
|
||||
|
||||
/**
|
||||
* Change topology
|
||||
* @param _topo New topology.
|
||||
*/
|
||||
void setTopology(AbstractTopology& _topo);
|
||||
|
||||
protected:
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue