From 2f95d1584a2dd473901acdc9fee105a3b3f9206b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 14 Mar 2013 14:02:31 +0100 Subject: [PATCH] Add a missing ';' --- Triangulation_3/doc/TDS_3/CGAL/Triangulation_utils_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.