mirror of https://github.com/CGAL/cgal
Misc cleaning
This commit is contained in:
parent
c8cc0747fa
commit
5578bf43ff
|
|
@ -224,7 +224,7 @@ bool write_PLY(std::ostream& os,
|
||||||
return write_PLY_with_properties(os, points,
|
return write_PLY_with_properties(os, points,
|
||||||
make_ply_point_writer(point_map),
|
make_ply_point_writer(point_map),
|
||||||
make_ply_normal_writer(normal_map));
|
make_ply_normal_writer(normal_map));
|
||||||
// else
|
|
||||||
return write_PLY_with_properties(os, points, make_ply_point_writer(point_map));
|
return write_PLY_with_properties(os, points, make_ply_point_writer(point_map));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue