mirror of https://github.com/CGAL/cgal
Remove typename; Comment after #endif
This commit is contained in:
parent
72cdc05152
commit
77f5a4e556
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue