mirror of https://github.com/CGAL/cgal
warning in draw nef3
This commit is contained in:
parent
01e333caae
commit
88e9921d1d
|
|
@ -98,9 +98,9 @@ public:
|
||||||
CGAL::Graphics_scene& _graphics_scene,
|
CGAL::Graphics_scene& _graphics_scene,
|
||||||
const GSOptions&_gs_options) :
|
const GSOptions&_gs_options) :
|
||||||
n_faces(0), n_edges(0),
|
n_faces(0), n_edges(0),
|
||||||
nef(_nef),
|
|
||||||
graphics_scene(_graphics_scene),
|
graphics_scene(_graphics_scene),
|
||||||
gs_options(_gs_options)
|
gs_options(_gs_options),
|
||||||
|
nef(_nef)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
void visit(Vertex_const_handle vh)
|
void visit(Vertex_const_handle vh)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue