mirror of https://github.com/CGAL/cgal
Typo in Center_of_sphere_d.
This commit is contained in:
parent
a83fcd1632
commit
e4ed1e89fa
|
|
@ -55,7 +55,7 @@ Point_d<R> midpoint(const Point_d<R>& p, const Point_d<R>& q)
|
||||||
|
|
||||||
template <class R, class Forward_iterator>
|
template <class R, class Forward_iterator>
|
||||||
Point_d<R> center_of_sphere(Forward_iterator start, Forward_iterator end)
|
Point_d<R> center_of_sphere(Forward_iterator start, Forward_iterator end)
|
||||||
{ typename R::Center_of_sphereHd center;
|
{ typename R::Center_of_sphere_d center;
|
||||||
return center(start,end); }
|
return center(start,end); }
|
||||||
|
|
||||||
template <class R> typename R::FT
|
template <class R> typename R::FT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue