mirror of https://github.com/CGAL/cgal
accomodate the new change with the BGL API
This commit is contained in:
parent
7f95ce6906
commit
4dcaedd2c5
|
|
@ -486,8 +486,8 @@ struct Test {
|
||||||
Bbox unit_bbox(-1., -1., -1.
|
Bbox unit_bbox(-1., -1., -1.
|
||||||
,1., 1., 1.);
|
,1., 1., 1.);
|
||||||
const Polyhedron unit_bbox_poly = create_bbox_mesh<Polyhedron>(unit_bbox);
|
const Polyhedron unit_bbox_poly = create_bbox_mesh<Polyhedron>(unit_bbox);
|
||||||
const Tree tree(unit_bbox_poly.facets_begin(),
|
const Tree tree(faces(unit_bbox_poly).first,
|
||||||
unit_bbox_poly.facets_end(),
|
faces(unit_bbox_poly).second,
|
||||||
unit_bbox_poly);
|
unit_bbox_poly);
|
||||||
|
|
||||||
const Tr tr(P(-3. , 0. , 0.),
|
const Tr tr(P(-3. , 0. , 0.),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue