From 13c5f49e671a7d6d27e4ab0886588a4e8ae232af Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 12 Feb 2015 15:27:22 +0100 Subject: [PATCH] fix compilation --- .../include/CGAL/Polygon_mesh_processing/is_oriented.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/is_oriented.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/is_oriented.h index 2efeef2338d..1de1af0f599 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/is_oriented.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/is_oriented.h @@ -102,7 +102,7 @@ is_outward_oriented( = std::min_element(vbegin, vend, less_xyz); 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 || ( normal_v_min[0] == 0 && (