Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h


Chronological Thread 
  • From:
  • To:
  • Subject: Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h
  • Date: Tue, 4 Sep 2007 19:01:20 +0200

OK, I could be a bit more specific. The problem is with the statement

dt.incident_vertices(*now, fc);

with

list<Delaunay::Vertex_handle>::iterator now;
Delaunay::Face_circulator fc = dt.incident_faces(*now);

What could be getting wrong here?




Archive powered by MHonArc 2.6.16.

Top of Page