mirror of https://github.com/CGAL/cgal
cosmetic
This commit is contained in:
parent
e975517085
commit
8f328e6189
|
|
@ -88,6 +88,8 @@ private:
|
||||||
void init_tds() {
|
void init_tds() {
|
||||||
this->_infinite_vertex = tds().insert_first();
|
this->_infinite_vertex = tds().insert_first();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void paste_together_opposite_sides(const std::vector<Vertex_handle>& on_vertex, const std::vector<Vertex_handle>& on_boundary);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace CGAL
|
} // namespace CGAL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue