Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: error C2662 in creating a surface class for surface meshing

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: error C2662 in creating a surface class for surface meshing


Chronological Thread 
  • From: Philipp Moeller <>
  • To: gupta61 <>
  • Cc:
  • Subject: Re: [cgal-discuss] Re: error C2662 in creating a surface class for surface meshing
  • Date: Thu, 24 Jan 2013 23:54:41 +0100
  • Organization: GeometryFactory

gupta61
<>
writes:

> Hi,
>
> I was wondering if anybody followed up on this. I am also encountering the
> same problem with creating a surface. Please let me know if any of you found
> a solution to this issue. Thanks a lot.

The code in question is simply missing the const qualification for
MeshSurface::construct_initial_points_object.

I don't know if this is the only error though as I the example doesn't
reproduce the error. Let me know if this fixes the issue, if not please
provide an sscce [1].

Footnotes:
[1] http://sscce.org/



Archive powered by MHonArc 2.6.18.

Top of Page