diff --git a/Triangulation_3/doc/TDS_3/CGAL/Triangulation_utils_3.h b/Triangulation_3/doc/TDS_3/CGAL/Triangulation_utils_3.h index 3a06216fb21..ac3141de093 100644 --- a/Triangulation_3/doc/TDS_3/CGAL/Triangulation_utils_3.h +++ b/Triangulation_3/doc/TDS_3/CGAL/Triangulation_utils_3.h @@ -32,7 +32,7 @@ static unsigned int next_around_edge(unsigned int i, unsigned int j); In dimension 3, index of the `j`'th vertex in counterclockwise order on the face opposite to vertex with `i` of the cell. \pre `( i < 4 ) && ( j < 3 ) && ( i != j )`. */ -static int vertex_triple_index(const int i, const int j) + static int vertex_triple_index(const int i, const int j); /*! Has a meaning only in dimension 2.