Removed unused variable

This commit is contained in:
Mael Rouxel-Labbé 2017-04-13 11:31:15 +02:00
parent ecf92c4689
commit d3a1a96d1c
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ intersect_with_transversal_segment(
Cartesian_converter<FK, typename Bare_point::R> converter; Cartesian_converter<FK, typename Bare_point::R> converter;
Object obj; Object obj;
typename FK::Point_3 tmc_point;
Bare_point tet_pts[4]; Bare_point tet_pts[4];
for (int i=0; i<4; i++) { for (int i=0; i<4; i++) {
tet_pts[i] = converter(tet->vertex(i)->point()); tet_pts[i] = converter(tet->vertex(i)->point());