mirror of https://github.com/CGAL/cgal
Fix passing alpha to the point set oracle constructor
This commit is contained in:
parent
5af654af36
commit
4352230619
|
|
@ -351,7 +351,7 @@ void alpha_wrap_3(const PointRange& points,
|
|||
|
||||
Geom_traits gt = choose_parameter<Geom_traits>(get_parameter(in_np, internal_np::geom_traits));
|
||||
|
||||
Oracle oracle(alpha, gt);
|
||||
Oracle oracle(gt);
|
||||
oracle.add_point_set(points, in_np);
|
||||
AW3 alpha_wrap_builder(oracle);
|
||||
alpha_wrap_builder(alpha, offset, alpha_wrap, out_np);
|
||||
|
|
|
|||
Loading…
Reference in New Issue