fix indentation

This commit is contained in:
Jane Tournois 2021-11-16 17:41:51 +01:00 committed by Jane Tournois
parent cc97d1015f
commit 47046a0ec4
1 changed files with 112 additions and 113 deletions

View File

@ -68,8 +68,7 @@ bool add_1D_features(const CGAL::Image_3& image,
const double vx = image.vx();
const double vy = image.vy();
const double vz = image.vz();
const double dist_bound = (std::min)(vx,
(std::min)(vy, vz)) / 256;
const double dist_bound = (std::min)(vx, (std::min)(vy, vz)) / 256;
const double sq_dist_bound = dist_bound * dist_bound;
const std::size_t xdim = image.xdim();