mirror of https://github.com/CGAL/cgal
early exit already is in Bbox_3::scale() so we can remove this condition
This commit is contained in:
parent
15310c93ef
commit
bb2335a86e
|
|
@ -95,7 +95,6 @@ namespace CGAL {
|
|||
{
|
||||
bb += get_bbox( get(vpm, v) );
|
||||
}
|
||||
if (factor != 1.)
|
||||
bb.scale(factor);
|
||||
|
||||
return bb;
|
||||
|
|
|
|||
Loading…
Reference in New Issue