fix compilation

This commit is contained in:
Jane Tournois 2015-02-12 15:27:22 +01:00
parent 0f469859ff
commit 13c5f49e67
1 changed files with 1 additions and 1 deletions

View File

@ -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 && (