| 293 | } |
| 294 | |
| 295 | void cSpatialResCount::RateAll(double ratein) { |
| 296 | |
| 297 | int i; |
| 298 | |
| 299 | for (i = 0; i < num_cells; i++) { |
| 300 | grid[i].Rate(ratein); |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | /* For each cell in the grid add the changes stored in the rate variable |
| 305 | with the total of the resource */ |
no test coverage detected