corrected merge error

This commit is contained in:
Peter Hachenberger 2004-03-29 13:21:59 +00:00
parent 11c2092548
commit c41b7df529
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ const char *kernelversion = "Simple homogeneous kernel (tm).";
#endif
typedef CGAL::Polyhedron_3<Kernel> Polyhedron;
typedef CGAL::SNC_items<Kernel, bool> SNC_items;
typedef CGAL::Nef_polyhedron_3<SNC_items> Nef_polyhedron;
typedef CGAL::Nef_polyhedron_3<Kernel> Nef_polyhedron;
// typedef CGAL::NPX<SNC_items> Nef_polyhedron;
// typedef Nef_polyhedron::Explorer Explorer;
typedef std::vector< Nef_polyhedron> Nef_vector;