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

Method GetFormedGroupArray

avida-core/source/cpu/cTestCPUInterface.cc:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152Apto::Array<int> cTestCPUInterface::GetFormedGroupArray()
153{
154 Apto::Array<int> null_array;
155 null_array.SetAll(NULL);
156 return null_array;
157}
158
159Apto::Array<cOrganism*> cTestCPUInterface::GetFacedAVs(int av_num)
160{

Callers

nothing calls this directly

Calls 1

SetAllMethod · 0.45

Tested by

no test coverage detected