Last bunch of I/O changes to alloz Lazy_kernel to pass the kernel-I/O test-suite.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
//
|
||||
// $URL$
|
||||
// $Id$
|
||||
//
|
||||
//
|
||||
//
|
||||
// Author(s) : Andreas Fabri, Herve Bronnimann
|
||||
|
||||
|
||||
@@ -64,7 +64,6 @@ public:
|
||||
bool operator==(const RayC3 &r) const;
|
||||
bool operator!=(const RayC3 &r) const;
|
||||
|
||||
const Point_3 & start() const;
|
||||
const Point_3 & source() const
|
||||
{
|
||||
return get(base).e0;
|
||||
@@ -103,14 +102,6 @@ RayC3<R>::operator!=(const RayC3<R> &r) const
|
||||
return !(*this == r);
|
||||
}
|
||||
|
||||
template < class R >
|
||||
inline
|
||||
const typename RayC3<R>::Point_3 &
|
||||
RayC3<R>::start() const
|
||||
{
|
||||
return source();
|
||||
}
|
||||
|
||||
template < class R >
|
||||
CGAL_KERNEL_INLINE
|
||||
typename RayC3<R>::Point_3
|
||||
|
||||
Reference in New Issue
Block a user