Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Gmpz constructed from non-integer double value

Subject: CGAL users discussion list

List archive

[cgal-discuss] Gmpz constructed from non-integer double value


Chronological Thread 
  • From: "Jianfei Liu" <>
  • To: <>
  • Subject: [cgal-discuss] Gmpz constructed from non-integer double value
  • Date: Wed, 2 Jun 2010 08:59:20 +0800

I am reading a simple .off file and traslate it from polyhedron to Nef
polyhedron, but failed with an error:Gmpz constructed from non-integer double
value.
I noticed somebody says it is a bug for older CGAL, however it seems still
existing for the newest version 3.6.
OFF
4 4 0

0 0 0.256
1 0 0
0 1 0
0 0 1

3 0 2 1
3 0 1 3
3 0 3 2
3 1 2 3

The problem is caused by 0.256 in the above file.
Thanks in advance for any suggestion.

Liu



Archive powered by MHonArc 2.6.16.

Top of Page