Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Convex Hull 3D problem

Subject: CGAL users discussion list

List archive

[cgal-discuss] Convex Hull 3D problem


Chronological Thread 
  • From: "Chaman Singh Verma" <>
  • To: cgal-discuss <>
  • Subject: [cgal-discuss] Convex Hull 3D problem
  • Date: Sat, 29 Nov 2008 13:19:50 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=PcOSE4VLKrfS60E2zaQuM+OTboo/08n2ZZAZFTmbaLjIn+Pb/f1VVNxU35PVUGH3bJ GwEMJVyY7E5Xd2b/CHpqNF7g0moyF5CocUcxjx1QpuLHx3fdiXrH6DGnwCCcibkep3Fi BjhjWsLoHRHGjsFA/4KrVWaBVzxw+jzgbkFas=

Hello,

I was trying to execute the sample example of ConvexHull in 3D from:
File: examples/Convex_hull_3/quickhull_3.cpp

and it produces the following message.  What are these and how can I get rid of
them ?

Thanks.
csv
Poona, India


CGAL warning: check violation!
Expr: is_integer(d)
File: /home/csv610/Software/CompGeom/CGAL/include/CGAL/GMP/Gmpz_type.h
Line: 100
Explanation:Gmpz constructed from non-integer double value
CGAL warning: check violation!
Expr: is_integer(d)
File: /home/csv610/Software/CompGeom/CGAL/include/CGAL/GMP/Gmpz_type.h
Line: 100
Explanation:Gmpz constructed from non-integer double value
CGAL warning: check violation!
Expr: is_integer(d)
File: /home/csv610/Software/CompGeom/CGAL/include/CGAL/GMP/Gmpz_type.h
Line: 100
Explanation:Gmpz constructed from non-integer double value
CGAL warning: check violation!
Expr: is_integer(d)




Archive powered by MHonArc 2.6.16.

Top of Page