This commit is contained in:
Jane Tournois 2023-10-24 12:32:41 +02:00 committed by Jane Tournois
parent d8fcdee741
commit c6bb41cc9f
1 changed files with 1 additions and 1 deletions

View File

@ -1319,7 +1319,7 @@ std::array<Vertex_handle, 3> vertices(const Facet& f) const;
/*!
* returns an array containing the vertices of `c`,
* in the same order as the indices of `c`.
* in the same order as the indices in `c`.
*/
std::array<Vertex_handle, 4> vertices(const Cell_handle c) const;