| 90 | |
| 91 | bool Divide(cAvidaContext& ctx, cOrganism* parent, const Genome& offspring_genome); |
| 92 | cOrganism* GetNeighbor() { return NULL; } |
| 93 | bool IsNeighborCellOccupied() { return false; } |
| 94 | int GetNumNeighbors() { return 0; } |
| 95 | void GetNeighborhoodCellIDs(Apto::Array<int>& list) { ; } |
no outgoing calls
no test coverage detected