warning in draw nef3

This commit is contained in:
Guillaume Damiand 2023-12-26 10:08:15 +01:00
parent 01e333caae
commit 88e9921d1d
1 changed files with 2 additions and 2 deletions

View File

@ -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)