Subject: CGAL users discussion list
List archive
- From: "Seungtaik Oh" <>
- To:
- Subject: Re: [cgal-discuss] Delaunay triangulation problem
- Date: Mon, 12 Nov 2007 09:38:32 +0900
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DmGF9CJs+6+FA6cAzzEtYRLnvU9DIaNFttTfwNQmv5mZWa0kvlQTIaDO0565xPJYqiLBlfhEndX11IN9Khsb1/cGlOecgIzjL1RRwZWvnP8E8SV6+EbWj7rxJTHoA/Xe8/7CKs5Uy/EUambxHSywGNWFqtyLF9NVRkt62kwGmsY=
Thanks Sylvain.
I've just checked that a simple point insertion into a delaunay
triangulation has the same problem. My gcc version is 4.0.1. I am
trying to install 4.2.
Seungtaik
On 11/9/07, Sylvain Pion
<>
wrote:
> Seungtaik Oh a écrit :
> > Hi, all
> >
> > I am working on something that highly depends on Delaunay
> > triangulation. However, there comes a bus error when I try to insert
> > points by the method insert( first iterator, end iterator ). A strange
> > thing is that the error is only for the case of optimization. No bus
> > errors without optimization. I am writing the codes on MacOS 10.4.10
> > and CGAL-3-3-1. What's wrong?
> >
> > My code looks like this :
> >
> > ==========================================
> > std::vector<Point> samplePoint;
> > readSamplingPoints( samplePoint );
> >
> > // triangulate( 3d Delaunay triangulation)
> >
> > CGAL::Delaunay_triangulation_3<K> T;
> > T.insert( samplingPoint.begin(), samplingPoint.end() ) );
> > ===========================================
>
> Hard to tell without saying either a backtrace or the code of
> readSamplingPoints.
> That said, I know that g++-4.0 on Mac has some bugs when optimizing.
> One option for you is to try g++-4.2 which is available in Fink.
>
> --
> Sylvain Pion
> INRIA Sophia-Antipolis
> Geometrica Project-Team
> CGAL, http://cgal.org/
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
- [cgal-discuss] Delaunay triangulation problem, Seungtaik Oh, 11/09/2007
- Re: [cgal-discuss] Delaunay triangulation problem, Sylvain Pion, 11/09/2007
- Re: [cgal-discuss] Delaunay triangulation problem, Seungtaik Oh, 11/12/2007
- Re: [cgal-discuss] Delaunay triangulation problem, Seungtaik Oh, 11/12/2007
- Re: [cgal-discuss] Delaunay triangulation problem, Seungtaik Oh, 11/12/2007
- Re: [cgal-discuss] Delaunay triangulation problem, Sylvain Pion, 11/09/2007
Archive powered by MHonArc 2.6.16.