| 110 | } |
| 111 | |
| 112 | void cTestCPUInterface::UpdateRandomResources(cAvidaContext& ctx, const Apto::Array<double>& res_change) |
| 113 | { |
| 114 | m_testcpu->ModifyResources(ctx, res_change); |
| 115 | } |
| 116 | |
| 117 | void cTestCPUInterface::Kaboom(int distance, cAvidaContext& ctx) |
| 118 | { |
nothing calls this directly
no test coverage detected