Update Tetrahedron_3_Bounded_3_do_intersect.h

Fixing typo.
This commit is contained in:
Michael Hemmer 2020-06-24 17:54:30 +02:00 committed by GitHub
parent 269d1f3505
commit b3dbae08fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ inline typename K::Boolean do_intersect(const typename K::Tetrahedron_3 &tet,
return do_intersect(bb, tet, k); return do_intersect(bb, tet, k);
} }
// BBox_3 sphecific code since it is ok for BBox_3 to degenerate. // BBox_3 specific code since it is ok for BBox_3 to degenerate.
template <class K> template <class K>
inline typename K::Boolean do_intersect(const CGAL::Bbox_3 &aabb, inline typename K::Boolean do_intersect(const CGAL::Bbox_3 &aabb,
const typename K::Tetrahedron_3 &tet, const typename K::Tetrahedron_3 &tet,