Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Polyhedron/Nef interface example does not produce correct result.

Subject: CGAL users discussion list

List archive

[cgal-discuss] Polyhedron/Nef interface example does not produce correct result.


Chronological Thread 
  • From: Hamid G <>
  • To:
  • Subject: [cgal-discuss] Polyhedron/Nef interface example does not produce correct result.
  • Date: Tue, 26 Oct 2010 15:31:07 -0700 (PDT)


Hello

I just compiled/installed CGLA 3.7 on a 32-bit Debian linux box (gcc 4.4.5).
and I am trying to run the example code in
'example/Nef_3/interface_polyhedron.cpp'

I passed down the following OFF file and expected to get some proper result
but this is what I got:

$ ./interface_polyhedron < tet.off
OFF
0 0 0

Also using provided OFF file in example directory, gives:

$ ./interface_polyhedron < handling_double_coordinates.cin
Error !!!!!!!!!!!!!!!!!!!!!!!
Error !!!!!!!!!!!!!!!!!!!!!!!
Error !!!!!!!!!!!!!!!!!!!!!!!
Error !!!!!!!!!!!!!!!!!!!!!!!
Error !!!!!!!!!!!!!!!!!!!!!!!
Error !!!!!!!!!!!!!!!!!!!!!!!
Segmentation fault


I compiled the examples as instructed:

$ cmake -DCGAL_DIR=/path/to/cgal .
$ make

Any help is appreciated.

thanks in advance,
Hamid G



# tet.off
OFF
4 4 0
0.0 0.0 0.0
10.0 0.0 0.0
0.0 10.0.0 0.0
0.0 0.0 10.0
3 0 1 3
3 3 0 2
3 3 2 1
3 0 2 1
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Polyhedron-Nef-interface-example-does-not-produce-correct-result-tp3014608p3014608.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page