diff --git a/Apollonius_graph_2/include/CGAL/Parabola_segment_2.h b/Apollonius_graph_2/include/CGAL/Parabola_segment_2.h index 0c2f9568b54..2355f075c74 100644 --- a/Apollonius_graph_2/include/CGAL/Parabola_segment_2.h +++ b/Apollonius_graph_2/include/CGAL/Parabola_segment_2.h @@ -75,9 +75,9 @@ public: return int(CGAL::sqrt(CGAL::to_double(tt) / 2)); } - void generate_points(std::vector& p) const + void generate_points(std::vector& p, + const FT STEP = FT(2)) const { - const FT STEP(2); FT s0, s1; s0 = t(p1);