mirror of https://github.com/CGAL/cgal
trailing whitespaces
This commit is contained in:
parent
2145d262d3
commit
dfecf519da
|
|
@ -88,7 +88,7 @@ bool write_OM(std::string fname, SM& sm, VFeaturePM vfpm, EFeaturePM efpm)
|
||||||
|
|
||||||
omesh.request_edge_status();
|
omesh.request_edge_status();
|
||||||
omesh.request_vertex_status();
|
omesh.request_vertex_status();
|
||||||
|
|
||||||
std::size_t nbe = 0;
|
std::size_t nbe = 0;
|
||||||
std::size_t nbv = 0;
|
std::size_t nbv = 0;
|
||||||
for (auto h : halfedges(sm))
|
for (auto h : halfedges(sm))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue