mirror of https://github.com/CGAL/cgal
bug fix
This commit is contained in:
parent
2e84c82c6a
commit
ddc152860d
|
|
@ -150,7 +150,7 @@ public:
|
||||||
m_cycle.clear();
|
m_cycle.clear();
|
||||||
// Find edgewidth of the radial map
|
// Find edgewidth of the radial map
|
||||||
Path_on_surface<Local_map> edgewidth_of_radial_map=
|
Path_on_surface<Local_map> edgewidth_of_radial_map=
|
||||||
snc_to_find_facewidth.compute_edgewidth(display_time);
|
m_snc_to_find_facewidth->compute_edgewidth(display_time);
|
||||||
|
|
||||||
int last_vertex_index=-1;
|
int last_vertex_index=-1;
|
||||||
int last_face_index=-1;
|
int last_face_index=-1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue