From 7f124ff3bddc39dbb5b33cd9a2dbf4fa9cd30224 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Tue, 9 Apr 2002 23:58:58 +0000 Subject: [PATCH] ops --- .../Planar_map/include/CGAL/Pm_straight_exact_traits.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Packages/Planar_map/include/CGAL/Pm_straight_exact_traits.h b/Packages/Planar_map/include/CGAL/Pm_straight_exact_traits.h index 0dc20a5190e..c1a83d60ff3 100644 --- a/Packages/Planar_map/include/CGAL/Pm_straight_exact_traits.h +++ b/Packages/Planar_map/include/CGAL/Pm_straight_exact_traits.h @@ -1788,11 +1788,11 @@ public: private: inline const Bounding_box& ref() const {return ref(bbox);} - //inline const Bounding_box& ref(const Indirect_bounding_box & bbox) const - //{ return bbox.pointer()->e0; } + inline const Bounding_box& ref(const Indirect_bounding_box & bbox) const + { return bbox.pointer()->e0; } inline Bounding_box& ref() {return ref(bbox);} - //inline Bounding_box& ref(Indirect_bounding_box & bbox) - //{ return bbox.pointer()->e0; } + inline Bounding_box& ref(Indirect_bounding_box & bbox) + { return bbox.pointer()->e0; } inline bool is_totally_unbounded() const { return is_totally_unbounded(ref()); } inline bool is_totally_unbounded(const Bounding_box & b) const