Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] bug report: output_c3t3_to_vtk_unstructured_grid

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] bug report: output_c3t3_to_vtk_unstructured_grid


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] bug report: output_c3t3_to_vtk_unstructured_grid
  • Date: Wed, 26 Jan 2011 08:36:20 +0100

Hello Brad,

Thanks for the patch. It will be included in the next release of CGAL.

S.

Brad wrote:
(sorry if this is a repost - I tried posting earlier but it's still pending
because my subscription hadn't gone through yet)

Hi,
I think there's a bug in IO/Complex_3_in_triangulation_3_to_vtk.h
Line 88 is: vtk_facets->InsertNextCell(4, cell); and it should be: vtk_cells->InsertNextCell(4, cell);
I've tested with that change and it seems to work as expected.
(using version CGAL 3.7)




Archive powered by MHonArc 2.6.16.

Top of Page