From 0aef5fae47d59320043973a586dc6aed58f3f684 Mon Sep 17 00:00:00 2001 From: Pavel Emeliyanenko Date: Sun, 6 Jul 2008 16:49:43 +0000 Subject: [PATCH] added visualization methods --- .../CGAL/Curved_kernel_via_analysis_2l/Surface_point_2l.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2l/Surface_point_2l.h b/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2l/Surface_point_2l.h index 4e63f39acf0..b2dda191886 100644 --- a/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2l/Surface_point_2l.h +++ b/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2l/Surface_point_2l.h @@ -410,9 +410,7 @@ public: #endif // CGAL_CKvA_COMPILE_RENDERER // returns an non-robust approximation of the point - //! returns \c false if point does not fall within box \c bbox - bool to_double(CGAL::Bbox_2 bbox, int res_w, int res_h, - Approximation_3& pt) const { + Approximation_3 to_double() const { if (!this->ptr()->_m_approximation) {