mirror of https://github.com/CGAL/cgal
fix indentation
This commit is contained in:
parent
cc97d1015f
commit
47046a0ec4
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue