mirror of https://github.com/CGAL/cgal
Update AABB_tree/benchmark/AABB_tree/test.cpp
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
parent
3152519594
commit
5edf512b7b
|
|
@ -34,7 +34,7 @@ void naive_test(int k, const char* fname,
|
|||
CGAL::Aff_transformation_3<K> init1(CGAL::SCALING, 6.0);
|
||||
PMP::transform(init1, tm);
|
||||
CGAL::Bbox_3 box = PMP::bbox(tm);
|
||||
typedef CGAL::AABB_tree<Traits > Tree;
|
||||
typedef CGAL::AABB_tree<Traits> Tree;
|
||||
Tree tmTree(tm.faces_begin(), tm.faces_end(), tm);
|
||||
Tree tmTree2(tm2.faces_begin(), tm2.faces_end(), tm2);
|
||||
CGAL::Aff_transformation_3<K> init2(CGAL::TRANSLATION, - K::Vector_3(
|
||||
|
|
|
|||
Loading…
Reference in New Issue