mirror of https://github.com/CGAL/cgal
set changes removed
This commit is contained in:
parent
218d8e892b
commit
ef1072542e
|
|
@ -136,22 +136,6 @@ protected:
|
|||
};
|
||||
|
||||
|
||||
//---------------Reconstruction_edge_2---------------------
|
||||
template <class T>
|
||||
struct less_Recon_Edge_2
|
||||
{
|
||||
bool operator() (const T& a, const T& b) const
|
||||
{
|
||||
if (a.priority() < b.priority())
|
||||
return true;
|
||||
if (a.priority() > b.priority())
|
||||
return false;
|
||||
return a < b;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
template <class T>
|
||||
class Dynamic_priority_queue_edges : public Dynamic_priority_queue<T> {
|
||||
|
|
|
|||
|
|
@ -115,8 +115,6 @@ public:
|
|||
Reconstruction_edge_2;
|
||||
typedef Dynamic_priority_queue_edges<Reconstruction_edge_2> PQueue;
|
||||
|
||||
typedef std::set<Reconstruction_edge_2, less_Recon_Edge_2<Reconstruction_edge_2> > PQueue_set;
|
||||
|
||||
double m_factor; // ghost vs solid
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue