mirror of https://github.com/CGAL/cgal
removed trailing whitespace
This commit is contained in:
parent
1bcf284431
commit
68cbb62b3d
|
|
@ -31,7 +31,7 @@ int main() {
|
||||||
KSR ksr(point_set, param);
|
KSR ksr(point_set, param);
|
||||||
|
|
||||||
ksr.detection_and_partition(1, param);
|
ksr.detection_and_partition(1, param);
|
||||||
|
|
||||||
std::cout << ksr.detect_planar_shapes() << " planar shapes detected" << std::endl;
|
std::cout << ksr.detect_planar_shapes() << " planar shapes detected" << std::endl;
|
||||||
|
|
||||||
std::vector<Point_3> vtx;
|
std::vector<Point_3> vtx;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue