MCPcopy Create free account
hub / github.com/devosoft/avida / GetNumTotalPredCreatures

Method GetNumTotalPredCreatures

avida-core/source/main/cStats.cc:646–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646int cStats::GetNumTotalPredCreatures() const
647{
648 return m_world->GetPopulation().GetNumTopPredOrganisms() + m_world->GetPopulation().GetNumPredOrganisms();
649}
650
651void cStats::PrintDataFile(const cString& filename, const cString& format, char sep)
652{

Callers 3

MakePredMethod · 0.80
MakeTopPredMethod · 0.80
SetForageTargetMethod · 0.80

Calls 2

GetNumPredOrganismsMethod · 0.80

Tested by

no test coverage detected