| 241 | |
| 242 | |
| 243 | void |
| 244 | LoadPattern::setTimeSeries(TimeSeries *theTimeSeries) |
| 245 | { |
| 246 | // invoke the destructor on the old TimeSeries |
| 247 | if (theSeries != 0) |
| 248 | delete theSeries; |
| 249 | |
| 250 | // set the pointer to the new series object |
| 251 | theSeries = theTimeSeries; |
| 252 | } |
| 253 | |
| 254 | void |
| 255 | LoadPattern::setDomain(Domain *theDomain) |
no outgoing calls
no test coverage detected