mirror of https://github.com/CGAL/cgal
Fix type in AFSR
This commit is contained in:
parent
ad08f020b6
commit
a23c42acd4
|
|
@ -394,7 +394,7 @@ namespace CGAL {
|
||||||
bool deal_with_2d;
|
bool deal_with_2d;
|
||||||
Priority priority;
|
Priority priority;
|
||||||
int max_connected_component;
|
int max_connected_component;
|
||||||
double K_init, K_step;
|
coord_type K_init, K_step;
|
||||||
std::list<Vertex_handle> interior_edges;
|
std::list<Vertex_handle> interior_edges;
|
||||||
std::list< Incidence_request_elt > incidence_requests;
|
std::list< Incidence_request_elt > incidence_requests;
|
||||||
typename std::list< Incidence_request_elt >::iterator sentinel;
|
typename std::list< Incidence_request_elt >::iterator sentinel;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue