Home
last modified time | relevance | path

Searched refs:AddNumUnoccupiedCellAttemptedToKill (Results 1 – 2 of 2) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/actions/
H A DPopulationActions.cc4599 m_world->GetStats().AddNumUnoccupiedCellAttemptedToKill(cells_empty); in Process()
4711 m_world->GetStats().AddNumUnoccupiedCellAttemptedToKill(cells_empty); in Process()
4847 m_world->GetStats().AddNumUnoccupiedCellAttemptedToKill(cells_empty); in Process()
4996 m_world->GetStats().AddNumUnoccupiedCellAttemptedToKill(cells_empty); in Process()
5103 m_world->GetStats().AddNumUnoccupiedCellAttemptedToKill(cells_empty); in Process()
5167 m_world->GetStats().AddNumUnoccupiedCellAttemptedToKill(cells_empty); in Process()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcStats.h700 void AddNumUnoccupiedCellAttemptedToKill(long num) { sum_unoccupied_cell_kill_attempts.Add(num); } in AddNumUnoccupiedCellAttemptedToKill() function