Warning fix: unused variable

This commit is contained in:
Simon Giraudot 2017-08-01 16:59:23 +02:00
parent b4699af721
commit 2f8f10de44
1 changed files with 0 additions and 1 deletions

View File

@ -629,7 +629,6 @@ shape. The implementation follows \cgalCite{cgal:lm-clscm-12}.
reajusted_plane,
CGAL::Dimension_tag<0>());
optimal_plane = reajusted_plane;
Vector previous = plane_normal;
plane_normal = optimal_plane.orthogonal_vector();
plane_normal = plane_normal / std::sqrt(plane_normal * plane_normal);
}