mirror of https://github.com/CGAL/cgal
D & C
This commit is contained in:
parent
dc696b0463
commit
8463e5750b
|
|
@ -867,7 +867,7 @@ protected:
|
||||||
{
|
{
|
||||||
if((h->target()->parameter_space_in_x() != ARR_INTERIOR) ||
|
if((h->target()->parameter_space_in_x() != ARR_INTERIOR) ||
|
||||||
(h->target()->parameter_space_in_y() != ARR_INTERIOR))
|
(h->target()->parameter_space_in_y() != ARR_INTERIOR))
|
||||||
return true;
|
return false;
|
||||||
|
|
||||||
// Eos code:
|
// Eos code:
|
||||||
// if(h->target()->is_at_infinity())
|
// if(h->target()->is_at_infinity())
|
||||||
|
|
@ -1598,8 +1598,6 @@ protected:
|
||||||
Overlay_2>::Self Self;
|
Overlay_2>::Self Self;
|
||||||
Keep_edge_data_observer(Minimization_diagram_2& arr,
|
Keep_edge_data_observer(Minimization_diagram_2& arr,
|
||||||
Self* b) :
|
Self* b) :
|
||||||
// Eos
|
|
||||||
// Self* b = NULL) :
|
|
||||||
Md_observer(arr), base(b)
|
Md_observer(arr), base(b)
|
||||||
{
|
{
|
||||||
CGAL_assertion(base != NULL);
|
CGAL_assertion(base != NULL);
|
||||||
|
|
@ -1725,8 +1723,6 @@ protected:
|
||||||
// Constructor.
|
// Constructor.
|
||||||
Faces_order_bfs_visitor(const IndexMap& imap, std::list<Face_handle>& f,
|
Faces_order_bfs_visitor(const IndexMap& imap, std::list<Face_handle>& f,
|
||||||
Self* b) :
|
Self* b) :
|
||||||
// Eos
|
|
||||||
//Self* b = NULL) :
|
|
||||||
index_map (&imap),
|
index_map (&imap),
|
||||||
faces(f),
|
faces(f),
|
||||||
base(b)
|
base(b)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue