| 325 | } |
| 326 | |
| 327 | const double* MathStack::get_math(uint64_t start) |
| 328 | { |
| 329 | return _math.data() + start; |
| 330 | } |
| 331 | |
| 332 | void MathStack::get_math_envelope_section(EnvelopeSection &s, |
| 333 | uint64_t start, uint64_t end, float min_length) |
no test coverage detected