mirror of https://github.com/CGAL/cgal
fix compilation
This commit is contained in:
parent
0f469859ff
commit
13c5f49e67
|
|
@ -102,7 +102,7 @@ is_outward_oriented(
|
||||||
= std::min_element(vbegin, vend, less_xyz);
|
= std::min_element(vbegin, vend, less_xyz);
|
||||||
|
|
||||||
const typename Kernel::Vector_3&
|
const typename Kernel::Vector_3&
|
||||||
normal_v_min = compute_vertex_normal(*v_min, pmesh, k);
|
normal_v_min = compute_vertex_normal(*v_min, pmesh, ppmap, k);
|
||||||
|
|
||||||
return normal_v_min[0] < 0 || (
|
return normal_v_min[0] < 0 || (
|
||||||
normal_v_min[0] == 0 && (
|
normal_v_min[0] == 0 && (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue