| 734 | } |
| 735 | |
| 736 | void approximation_scale(double s) |
| 737 | { |
| 738 | m_curve_inc.approximation_scale(s); |
| 739 | m_curve_div.approximation_scale(s); |
| 740 | } |
| 741 | double approximation_scale() const |
| 742 | { |
| 743 | return m_curve_inc.approximation_scale(); |
nothing calls this directly
no test coverage detected