Move CGAL/Triangle_2_Triangle_2_intersection.C to

CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h
This commit is contained in:
Sylvain Pion 2006-05-25 17:37:47 +00:00
parent ae6b0f6faa
commit 894bb7edf2
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,3 @@
// Copyright (c) 2000 Utrecht University (The Netherlands), // Copyright (c) 2000 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
@ -31,8 +30,6 @@
CGAL_BEGIN_NAMESPACE CGAL_BEGIN_NAMESPACE
template <class K> template <class K>
inline inline
Object Object
@ -45,5 +42,6 @@ intersection(const Triangle_2<K> &tr1,
CGAL_END_NAMESPACE CGAL_END_NAMESPACE
#include <CGAL/Triangle_2_Triangle_2_intersection.C> #include <CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h>
#endif #endif