Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] A bug in Square_border_parameterizer_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] A bug in Square_border_parameterizer_3


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] A bug in Square_border_parameterizer_3
  • Date: Fri, 15 Dec 2006 10:44:42 +0100
  • Organization: INRIA Sophia-Antipolis

Done.

Thanks for the input,
Laurent

Laurent Saboret
INRIA Sophia-Antipolis


Hongbo Fu wrote :
Dear all,

I guess there is one bug in Square_border_parameterizer_3.
Specifically, in square_border_parameterizer_3.h:

Line 184: offset.reserve(mesh.count_mesh_vertices());

should be replaced with

Line 184: offset.resize(mesh.count_mesh_vertices());

Hongbo



  • Re: [cgal-discuss] A bug in Square_border_parameterizer_3, Laurent Saboret, 12/15/2006

Archive powered by MHonArc 2.6.16.

Top of Page