| 105 | } |
| 106 | |
| 107 | void cTestCPUInterface::UpdateResources(cAvidaContext& ctx, const Apto::Array<double>& res_change) |
| 108 | { |
| 109 | m_testcpu->ModifyResources(ctx, res_change); |
| 110 | } |
| 111 | |
| 112 | void cTestCPUInterface::UpdateRandomResources(cAvidaContext& ctx, const Apto::Array<double>& res_change) |
| 113 | { |
nothing calls this directly
no test coverage detected