Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL ERROR GMP in run program

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL ERROR GMP in run program


Chronological Thread 
  • From: Sylvain Pion <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL ERROR GMP in run program
  • Date: Sat, 30 Jan 2010 08:22:32 +0100

Le 30/01/10 07:01, mahdavi a écrit :

hi all,
I write a program ,this program successfully run in windows ,but run in
linux suse 10.2 follow error occur:terminate called
//////////////////////////////////////////////////////////////////////////////////////
after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: is_finite(d)
File: /usr/local/include/CGAL/GMP/Gmpq_type.h
Line: 125
///////////////////////////////////////////////////////////////////////////////////////
please help in run this program in linux,

This error means that you are constructing a number type
from a double whose value is not finite, so either a NaN
or infinity. Maybe your program is constructing points
with such value for the coordinates ?

Without seeing more of your program, nobody can tell
anything more precise.

--
Sylvain Pion
INRIA Sophia Antipolis
Geometrica Project-Team
CGAL, http://cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page