mirror of https://github.com/CGAL/cgal
Rename C3 implementation of Compute_critical_squared_radius_3
This commit is contained in:
parent
1375cd5c0a
commit
c0f7b001c1
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue