Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] BUG: HalfedgeDS_face_max_base_with_id.h

Subject: CGAL users discussion list

List archive

[cgal-discuss] BUG: HalfedgeDS_face_max_base_with_id.h


Chronological Thread 
  • From: "Lehtonen, Matti/HIIT" <>
  • To:
  • Subject: [cgal-discuss] BUG: HalfedgeDS_face_max_base_with_id.h
  • Date: Tue, 07 Sep 2010 22:20:51 +0300

Hi!

// $URL:
svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.5-branch/BGL/include/CGAL/HalfedgeDS_face_max_base_with_id.h
$
// $Id: HalfedgeDS_face_max_base_with_id.h 36383 2007-02-16 11:34:18Z afabri $

Description:
Wrong header is included.

Correct fix:
Replace
#include <CGAL/HalfedgeDS_vertex_base.h>
with
#include <CGAL/HalfedgeDS_face_base.h>

Quick fix:
Include "HalfedgeDS_face_base.h" before e.g "Polyhedron_items_with_id_3.h" is
included.

Lehtonen, Matti

Researcher, head programmer - Helsinki Institute for Information Technology
HIIT
http://www.hiit.fi/
--
Life is complex. It has real and imaginary parts.





Archive powered by MHonArc 2.6.16.

Top of Page