From b3dbae08fce32d44b23a0a46f5b6d87f4bc6d4f8 Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Wed, 24 Jun 2020 17:54:30 +0200 Subject: [PATCH] Update Tetrahedron_3_Bounded_3_do_intersect.h Fixing typo. --- .../internal/Tetrahedron_3_Bounded_3_do_intersect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h b/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h index fe4d60fc8f2..22935fdc1ac 100644 --- a/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h +++ b/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h @@ -167,7 +167,7 @@ inline typename K::Boolean do_intersect(const typename K::Tetrahedron_3 &tet, 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 inline typename K::Boolean do_intersect(const CGAL::Bbox_3 &aabb, const typename K::Tetrahedron_3 &tet,