Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error with new Surface_mesh_simplification package

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error with new Surface_mesh_simplification package


Chronological Thread 
  • From: Fernando Cacciola <>
  • To:
  • Subject: Re: [cgal-discuss] Error with new Surface_mesh_simplification package
  • Date: Wed, 16 Sep 2009 12:54:56 -0300

Hello Rob,

OK, I made a silly (but big) mistake when I changed this in the interace: the idea was that the visitor object that is passed by-value (copied) to the algorithm is returned by the algorithm as well, so you can see in there what it collected. For I forgot the return part.

This is how the STL works for what is worth.

Once I finish the changes I'll post here a patch that can be applied to the current 3.5 beta.

Best

--
Fernando Cacciola
www.geometryfactory.com




Archive powered by MHonArc 2.6.16.

Top of Page