This commit is contained in:
Mikhail Bogdanov 2013-12-20 17:21:30 +01:00 committed by Iordan Iordanov
parent e975517085
commit 8f328e6189
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ private:
void init_tds() {
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