fix indentation

This commit is contained in:
Sébastien Loriot 2018-01-15 15:02:26 +01:00
parent 34a66797b5
commit d3caff29dc
1 changed files with 4 additions and 4 deletions

View File

@ -941,10 +941,10 @@ namespace internal {
else if (is_on_patch(v))
{
Vector_3 vn = PMP::compute_vertex_normal(v, mesh_
, PMP::parameters::vertex_point_map(vpmap_)
.geom_traits(GeomTraits()));
put(propmap_normals, v, vn);
Vector_3 vn = PMP::compute_vertex_normal(v, mesh_
, PMP::parameters::vertex_point_map(vpmap_)
.geom_traits(GeomTraits()));
put(propmap_normals, v, vn);
Vector_3 move = CGAL::NULL_VECTOR;
unsigned int star_size = 0;