From 11a5f0514e30eb40e94fb00e48a2f953028fe7ec Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Fri, 10 May 2013 16:37:48 +0200 Subject: [PATCH] made some portions of the code private (in the Incircle8 predicate) --- .../include/CGAL/Apollonius_graph_2/Incircle8_C2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Incircle8_C2.h b/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Incircle8_C2.h index c67c4f1d8d2..e7e9928cb36 100644 --- a/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Incircle8_C2.h +++ b/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Incircle8_C2.h @@ -50,6 +50,7 @@ public: typedef Sign result_type; typedef Site_2 argument_type; +private: inline Sign predicate(const FT& Exp, const FT& Eyp, const FT& Erp, const FT& Exrp, const FT& Eyrp, const FT& Exyp, @@ -77,6 +78,7 @@ public: return sA * s; } +public: inline Sign operator()(const Site_2& p1, const Site_2& p2, const Site_2& p3, const Site_2& q) const