| 295 | } |
| 296 | |
| 297 | double CurveDoubleExponentialDecay::coefficient3C4() const { |
| 298 | DEPRECATED_AT_MSG(3, 1, 0, "Use coefficient4C4 instead."); |
| 299 | return getImpl<detail::CurveDoubleExponentialDecay_Impl>()->coefficient4C4(); |
| 300 | } |
| 301 | |
| 302 | double CurveDoubleExponentialDecay::coefficient5C5() const { |
| 303 | return getImpl<detail::CurveDoubleExponentialDecay_Impl>()->coefficient5C5(); |