Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Bug in CGAL/constructions_d.h

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Bug in CGAL/constructions_d.h


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Bug in CGAL/constructions_d.h
  • Date: Mon, 24 Sep 2012 16:18:26 +0200 (CEST)

On Mon, 24 Sep 2012, Lars Kühne wrote:

I wanted to use the global function center_of_sphere of the dD Geometry
Kernel and it required me to provide the Kernel I used for the resulting
Point_d object. I use the Cartesian_d kernel for my Point_d objects,
however, in constructions_d.h on line 58 it hard codes "{ typename
R::Center_of_sphereHd center;" when instad the line should say "{
typename R::Center_of_sphere_d center;".

Done, thanks.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page