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

Method GetInputAt

avida-core/source/main/cPopulationCell.h:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212};
213
214inline int cPopulationCell::GetInputAt(int& input_pointer)
215{
216 input_pointer %= m_inputs.GetSize();
217 return m_inputs[input_pointer++];
218}
219
220#endif

Callers 2

Task_SortInputsMethod · 0.45
PrintStatusMethod · 0.45

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected