| 7162 | } |
| 7163 | |
| 7164 | void cPopulation::UpdateResource(cAvidaContext& ctx, int res_index, double change) |
| 7165 | { |
| 7166 | resource_count.Modify(ctx, res_index, change); |
| 7167 | } |
| 7168 | |
| 7169 | void cPopulation::UpdateCellResources(cAvidaContext& ctx, const Apto::Array<double>& res_change, const int cell_id) |
| 7170 | { |