diff --git a/Filtered_kernel/include/CGAL/internal/Static_filters/Power_test_3.h b/Filtered_kernel/include/CGAL/internal/Static_filters/Power_test_3.h index 09748942db0..de7affbdbd8 100644 --- a/Filtered_kernel/include/CGAL/internal/Static_filters/Power_test_3.h +++ b/Filtered_kernel/include/CGAL/internal/Static_filters/Power_test_3.h @@ -33,12 +33,12 @@ namespace CGAL { namespace internal { namespace Static_filters_predicates { template - class Power_test_3: - public K_base::Power_test_3 + class Power_side_of_power_sphere_3: + public K_base::Power_side_of_power_sphere_3 { typedef typename K_base::Weighted_point_3 Weighted_point_3; typedef typename K_base::FT FT; - typedef typename K_base::Power_test_3 Base; + typedef typename K_base::Power_side_of_power_sphere_3 Base; public: typedef typename Base::result_type result_type; @@ -132,7 +132,7 @@ namespace CGAL { namespace internal { namespace Static_filters_predicates { const Weighted_point_3 & s, const Weighted_point_3 & t) const { - CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_test_3 with 4+1 wpoints", tmp); + CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_side_of_power_sphere_3 with 4+1 wpoints", tmp); double px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, sx, sy, sz, swt, tx, ty, tz, twt; init_double(px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, (FT*)(0)); @@ -278,7 +278,7 @@ namespace CGAL { namespace internal { namespace Static_filters_predicates { const Weighted_point_3 & t) const { - CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_test_3 with 3+1 wpoints", tmp); + CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_side_of_power_sphere_3 with 3+1 wpoints", tmp); double px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, tx, ty, tz, twt; init_double(px, py, pz, pwt, qx, qy, qz, qwt, (FT*)(0)); @@ -611,7 +611,7 @@ namespace CGAL { namespace internal { namespace Static_filters_predicates { const Weighted_point_3 & t) const { - CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_test_3 with 2+1 wpoints", tmp); + CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_side_of_power_sphere_3 with 2+1 wpoints", tmp); double px, py, pz, pwt, qx, qy, qz, qwt, tx, ty, tz, twt; init_double(px, py, pz, pwt, qx, qy, qz, qwt, tx, ty, tz, twt, (FT*)(0));