mirror of https://github.com/CGAL/cgal
remove extra ; and fix indentation
This commit is contained in:
parent
d2be97b1eb
commit
7169811f60
|
|
@ -1653,7 +1653,7 @@ collapse_edge(typename boost::graph_traits<Graph>::edge_descriptor v0v1,
|
||||||
}
|
}
|
||||||
remove_face(opposite(edges_to_erase[0],g),g);
|
remove_face(opposite(edges_to_erase[0],g),g);
|
||||||
return q;
|
return q;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// performs an edge flip, rotating the edge pointed by
|
/// performs an edge flip, rotating the edge pointed by
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue