renaming of nary union

This commit is contained in:
Peter Hachenberger 2008-07-26 15:50:54 +00:00
parent afee4ab133
commit 3609483f61
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
#elif defined CGAL_NEF3_NARY_UNION_BY_SMALL_QUEUE #elif defined CGAL_NEF3_NARY_UNION_BY_SMALL_QUEUE
#include <CGAL/Nef_3/Nary_union_by_small_queue.h> #include <CGAL/Nef_3/Nary_union_by_small_queue.h>
#else #else
#include <CGAL/Nef_3/Nary_union.h> #include <CGAL/Nef_3/Nef_nary_union_3.h>
#endif #endif
CGAL_BEGIN_NAMESPACE CGAL_BEGIN_NAMESPACE
@ -93,7 +93,7 @@ bipartite_nary_union_sorted_combined(Nef_polyhedron& N0,
CGAL::Nary_union_by_small_queue<Nef_polyhedron> CGAL::Nary_union_by_small_queue<Nef_polyhedron>
nary_union; nary_union;
#else #else
CGAL::Nary_union<Nef_polyhedron> nary_union; CGAL::Nef_nary_union_3<Nef_polyhedron> nary_union;
#endif #endif
typedef std::pair<Gaussian_map, Point_3> GMapPoint; typedef std::pair<Gaussian_map, Point_3> GMapPoint;