Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: kernel for voronoi

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: kernel for voronoi


Chronological Thread 
  • From: mahdavi <>
  • To:
  • Subject: [cgal-discuss] Re: kernel for voronoi
  • Date: Thu, 25 Feb 2010 10:03:16 -0800 (PST)


hi,
thanks for your help ,I write follow code and error again occur,please help
me ,thanks
code is:
////////////////////////////////////////////
#include <CGAL/Lazy_exact_nt.h>
typedef CGAL::Lazy_exact_nt<CGAL::Gmpq> NT;
K::Sphere_3 k1(Point_3(0,0,0),4.00003725);
NT l1=sqrt(k1.squared_radius());
////////////////////////////////////////////////////////////
error :
cannot convert from 'CGAL::Null_functor::result_type' to
'CGAL::Lazy_exact_nt<ET_>'
/////////////////////////////////////////////////////

--
View this message in context:
http://n4.nabble.com/kernel-for-voronoi-tp1568675p1569428.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page