mirror of https://github.com/CGAL/cgal
comment failing assertion
This commit is contained in:
parent
0964b8fae1
commit
5dfd8e783f
|
|
@ -850,7 +850,7 @@ namespace internal {
|
|||
);
|
||||
|
||||
tree_ptr_->traversal(get(vpmap_, v), projection_traits);
|
||||
CGAL_assertion(projection_traits.found());
|
||||
//CGAL_assertion(projection_traits.found());
|
||||
|
||||
Point proj = projection_traits.closest_point();
|
||||
put(vpmap_, v, proj);
|
||||
|
|
|
|||
Loading…
Reference in New Issue