Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] voronoi Uncertain_conversion_exception

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] voronoi Uncertain_conversion_exception


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] voronoi Uncertain_conversion_exception
  • Date: Wed, 28 Jan 2009 19:00:34 +0100 (CET)

hi,

i use cgal 3.3.1. I think my problem is the use of doubles. if I use integers,
for example, the program runs well.

VD vd;
Site_2 pt_2;
for(int i=0;i<500;i++)
{
pt_2 =
Site_2(CGAL::to_double(rand()%999999),CGAL::to_double(rand()%999999));
vd.insert(pt_2);
}



Archive powered by MHonArc 2.6.16.

Top of Page