mirror of https://github.com/CGAL/cgal
PSP
This commit is contained in:
parent
cd2210dc90
commit
8674744f17
|
|
@ -20,6 +20,7 @@
|
||||||
#include <CGAL/boost/graph/named_params_helper.h>
|
#include <CGAL/boost/graph/named_params_helper.h>
|
||||||
|
|
||||||
#include <CGAL/linear_least_squares_fitting_3.h>
|
#include <CGAL/linear_least_squares_fitting_3.h>
|
||||||
|
#include <CGAL/use.h>
|
||||||
|
|
||||||
#include <boost/iterator/transform_iterator.hpp>
|
#include <boost/iterator/transform_iterator.hpp>
|
||||||
|
|
||||||
|
|
@ -545,6 +546,8 @@ void scanline_orient_normals (PointRange& points, const NamedParameters& np = pa
|
||||||
std::cerr << nb_scanlines << " scanline(s) identified (mean length = "
|
std::cerr << nb_scanlines << " scanline(s) identified (mean length = "
|
||||||
<< std::size_t(points.size() / double(nb_scanlines))
|
<< std::size_t(points.size() / double(nb_scanlines))
|
||||||
<< " point(s))" << std::endl;
|
<< " point(s))" << std::endl;
|
||||||
|
#else
|
||||||
|
CGAL_USE(nb_scanlines);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue