Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] bug report: output_c3t3_to_vtk_unstructured_grid


Chronological Thread 
  • From: Brad <>
  • To:
  • Subject: [cgal-discuss] bug report: output_c3t3_to_vtk_unstructured_grid
  • Date: Tue, 25 Jan 2011 13:51:58 -0800 (PST)


(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)
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/bug-report-output-c3t3-to-vtk-unstructured-grid-tp3237100p3237100.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page