Rename C3 implementation of Compute_critical_squared_radius_3

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

View File

@ -860,7 +860,7 @@ power_to_orthogonal_sphereC3(
// where weighted point t is orthogonal to weighted points p, q,r,s
template < class FT>
FT
critical_squared_radiusC3(
power_distance_to_power_sphereC3(
const FT &px, const FT &py, const FT &pz, const FT &pw,
const FT &qx, const FT &qy, const FT &qz, const FT &qw,
const FT &rx, const FT &ry, const FT &rz, const FT &rw,