Fix passing alpha to the point set oracle constructor

This commit is contained in:
Mael Rouxel-Labbé 2022-03-24 10:16:01 +01:00
parent 5af654af36
commit 4352230619
1 changed files with 1 additions and 1 deletions

View File

@ -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);