From 1e26a739c50a0defa33d3211b48fd2dbf5343d07 Mon Sep 17 00:00:00 2001 From: Giles Bathgate Date: Tue, 8 Mar 2022 08:18:16 +0000 Subject: [PATCH] Rename tag to Assume_d_equal_0 --- Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h b/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h index a66a7752615..7f2ed4473a6 100644 --- a/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h +++ b/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h @@ -112,7 +112,7 @@ Sphere_circle(Sphere_circle c, const Sphere_point& p) /*{\Moperations 4 2}*/ Sphere_circle opposite() const /*{\Mop returns the opposite of |\Mvar|.}*/ -{ return Sphere_circle(Base::opposite(),Private_tag{}); } +{ return Sphere_circle(Base::opposite(),Assume_d_equal_0{}); } bool has_on(const Sphere_point& p) const /*{\Mop returns true iff |\Mvar| contains |p|.}*/ @@ -142,8 +142,8 @@ is not part of it. Otherwise |\Mvar| is split at the $x$-$z$-coordinate plane.}*/ private: -struct Private_tag{}; -Sphere_circle(const Plane_3& h,Private_tag) : Base(h){} +struct Assume_d_equal_0{}; +Sphere_circle(const Plane_3& h, Assume_d_equal_0) : Base(h){} }; // Sphere_circle