mirror of https://github.com/CGAL/cgal
Silence warnings.
This commit is contained in:
parent
f9d864fbd5
commit
ac1d0a4d67
|
|
@ -298,10 +298,10 @@ private Q_SLOTS:
|
|||
++fit)
|
||||
{
|
||||
bool is_face_triangle = is_triangle(halfedge(*fit, smesh), smesh);
|
||||
bool normal_is_ok;
|
||||
bool normal_is_ok = true;
|
||||
EPICK::Vector_3 normal(0,0,0);
|
||||
|
||||
EPICK::Orientation orientation;
|
||||
EPICK::Orientation orientation = CGAL::POSITIVE;
|
||||
if(!is_face_triangle)
|
||||
{
|
||||
face_descriptor f = *fit;
|
||||
|
|
|
|||
Loading…
Reference in New Issue