diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h index d094ab83d66..dd19ef4c685 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h @@ -95,8 +95,7 @@ namespace CGAL { { bb += get_bbox( get(vpm, v) ); } - if (factor != 1.) - bb.scale(factor); + bb.scale(factor); return bb; }