Update the values of given cell resource */
| 206 | |
| 207 | /* Update the values of given cell resource */ |
| 208 | void cResource::UpdateCellResource(cCellResource *_CellResourcePtr, double _initial, |
| 209 | double _inflow, double _outflow) { |
| 210 | _CellResourcePtr->SetInitial(_initial); |
| 211 | _CellResourcePtr->SetInflow(_inflow); |
| 212 | _CellResourcePtr->SetOutflow(_outflow); |
| 213 | } |
no test coverage detected