From 1ee7526d19c4c5df7ed5ca4499f96aa12cedf714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 24 May 2017 11:12:50 +0200 Subject: [PATCH] Improved changes.html --- Installation/changes.html | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/Installation/changes.html b/Installation/changes.html index da045a6035d..732185cf340 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -140,9 +140,9 @@ and src/ directories). @@ -163,16 +163,19 @@ and src/ directories). All models of the concept Kernel already provide these functors.
  • Breaking change: - Introduced the concept RegularTriangulationVertexBase_3. This - concept describes the requirements for vertices meant to be used in regular triangulations. - Concepts that previously refined TriangulationVertexBase_3 - but modeled a vertex class used in regular triangulations, such as the concept MeshVertexBase_3 in the 3D mesh - generation package, now refine RegularTriangulationVertexBase_3. + Introduced the concepts RegularTriangulationVertexBase_2 and + RegularTriangulationVertexBase_3. These concepts describe + the requirements on classes meant to represent a vertex of a regular triangulation. + Concepts that previously refined TriangulationVertexBase_2 or + TriangulationVertexBase_3 but described in fact a vertex class + used in a regular triangulation, such as the concept MeshVertexBase_3 in the 3D mesh + generation package, now refine the corresponding new regular vertex concept.
  • Breaking change: - Uniformized the point type defined in the vertex and cell concepts. The triangulation - point is now always Point (note that this is either a Traits::Point_[23] - for basic and Delaunay triangulations or a Traits::Weighted_point_[23] when considering - regular triangulations). Consequently: + Uniformized the point type across all vertex and cell concepts. The triangulation + point type name is now always Point. Note that this does not change + the requirements but only the name: Point is stil expected to be equal to + Traits::Point_[23] for basic and Delaunay triangulations or to + Traits::Weighted_point_[23] for regular triangulations. Consequently: