rename power_test

This commit is contained in:
Andreas Fabri 2016-03-24 16:56:12 +01:00 committed by Jane Tournois
parent c0f7b001c1
commit f7302597aa
1 changed files with 6 additions and 6 deletions

View File

@ -33,12 +33,12 @@
namespace CGAL { namespace internal { namespace Static_filters_predicates {
template <typename K_base>
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));