Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Updating code based on CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Updating code based on CGAL


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Updating code based on CGAL
  • Date: Tue, 5 Nov 2013 07:08:07 +0100 (CET)

On Mon, 4 Nov 2013, grivet wrote:

Hi Sebastien,

Thank you for your answer. I'm sorry but I do not understand this part :
typedef K::NT NT;

typedef CGAL::Filtered_kernel< Simple_cartesian<CGAL::Gmpq> > K;
typedef K::NT NT;

and the compiler seems not understanding also.

'NT' : is not a member of 'CGAL::Filtered_kernel<CK>

Instead:
typedef K::FT NT;

Please take a look at the kernel doc, I'm sure it isn't hard to find mentions of number types in there.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page