Remove typename; Comment after #endif

This commit is contained in:
Andreas Fabri 2018-02-12 11:57:08 +00:00
parent 72cdc05152
commit 77f5a4e556
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ namespace internal {
// This code is not optimized:
template <class K, class Bounded>
typename K::Boolean
do_intersect_tetrahedron_bounded(const typename Bounded &tr,
do_intersect_tetrahedron_bounded(const Bounded &tr,
const typename K::Tetrahedron_3 &tet,
const typename K::Point_3 p,
const K & k)

View File

@ -113,4 +113,4 @@ bool do_intersect(const CGAL::Ray_3<K>& b,
} // namespace CGAL
#endif CGAL_INTERNAL_INTERSECTIONS_3_TETRAHEDRON_3_DO_INTERSECT_H
#endif // CGAL_INTERNAL_INTERSECTIONS_3_TETRAHEDRON_3_DO_INTERSECT_H

View File

@ -121,5 +121,5 @@ CGAL_DO_INTERSECT_FUNCTION(Segment_3, Sphere_3, 3)
} // namespace CGAL
#endif CGAL_TRIANGLE_3_SPHERE_3_DO_INTERSECT_H
#endif // CGAL_TRIANGLE_3_SPHERE_3_DO_INTERSECT_H