Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Min_circle problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Min_circle problem


Chronological Thread 
  • From: "Atul Thakur" <>
  • To:
  • Subject: Re: [cgal-discuss] Min_circle problem
  • Date: Thu, 11 Sep 2008 14:49:48 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=RQU8LuPnNuxLhD1slRTAUOP9nkXYrFJHJBdMGLPScff2tkCbd6OWDl7r4DhM8Jrtzh RdbKGq8PaN9CBAdV1MqVAcdvMMNo2pvHsaeaNU+tv9WRiQjogDPZy7Z1NmhFQ9UfMBtj 85dy3MxFE3jDfJLIv9oD+xOPOIru4qEgCjpjA=

Its my mistake.
I  realized that I had some repeated points in my point set and I was expecting CGAL to take care of that. Now, I am checking my point set for all the points to be unique before applying Min_circle and it works.
Thanks.
-Atul

On Thu, Sep 11, 2008 at 2:42 PM, Atul Thakur <> wrote:
Hi:
I am able to find out the case in which Min_circle is failing.
Please find the code in the attachment.
thanks,
-Atul


On Thu, Sep 11, 2008 at 10:57 AM, Atul Thakur <> wrote:
I am using visual c++ (ver 8) and currently working in debug mode.
-Atul


On Thu, Sep 11, 2008 at 9:37 AM, Andreas Fabri <> wrote:
Hi Atul,

what compiler do you use and are you in debug or release mode.

andreas

Atul Thakur wrote:


My program is huge and depends on ACIS as well.
I am trying to isolate the part thats crashing. As soon as I am done I'll send you the code.
Thanks for the reply.

-Atul



   On Thu, Sep 11, 2008 at 3:03 AM, Bernd Gaertner
   < <mailto:>> wrote:

       Atul Thakur wrote:

           Hi:
           Still facing the same problem of crashing when I use the
           .Min_circle function of CGAL.


       I'm responsible for this package (sorry for the late reply, I
       was travelling). If you could send me a complete program with
       input that crashes, I will look into it.

       Best,
       Bernd.

       --        You are currently subscribed to cgal-discuss.
       To unsubscribe or access the archives, go to
       https://lists-sop.inria.fr/wws/info/cgal-discuss




--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss






Archive powered by MHonArc 2.6.16.

Top of Page