Typo in Center_of_sphere_d.

This commit is contained in:
Marc Glisse 2012-09-24 14:15:54 +00:00
parent a83fcd1632
commit e4ed1e89fa
1 changed files with 1 additions and 1 deletions

View File

@ -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