mirror of https://github.com/CGAL/cgal
Merge pull request #4807 from afabri/Surface_mesh-typo-GF
Surface_mesh doc typo: ede -> edge
This commit is contained in:
commit
b3225cd75a
|
|
@ -1567,7 +1567,7 @@ public:
|
|||
}
|
||||
|
||||
|
||||
/// performs a validity check on a single ede.
|
||||
/// performs a validity check on a single edge.
|
||||
bool is_valid(Edge_index e) const {
|
||||
Halfedge_index h = halfedge(e);
|
||||
return is_valid(h) && is_valid(opposite(h));
|
||||
|
|
|
|||
Loading…
Reference in New Issue