Set accumulate flag * * @param[in] accumulate sets whether or not to use accumulation */
| 342 | * @param[in] accumulate sets whether or not to use accumulation |
| 343 | */ |
| 344 | void set_accumulate(bool accumulate) |
| 345 | { |
| 346 | _accumulate = accumulate; |
| 347 | } |
| 348 | |
| 349 | /** Weight format to be used |
| 350 | * |
no outgoing calls
no test coverage detected