From 9d88ce08265fb60bd387e34c01d65923170a5dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 9 Oct 2018 14:10:28 +0200 Subject: [PATCH] update changes --- Installation/CHANGES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 4ecd1aee26f..ec5539a34c7 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -22,10 +22,10 @@ Release date: March 2019 ### 3D Fast Intersection and Distance Computation -- The primitives AABB_face_graph_triangle_primitive and - AABB_halfedge_graph_segment_primitive now use a pair of id and - graph if they are parameterized to deal with several graphs in - per tree (with the template tag.) +- The primitives `AABB_face_graph_triangle_primitive` and + `AABB_halfedge_graph_segment_primitive` now use as `Id` a pair of descriptor and + graph pointer in the case they are configured to deal with a possible different + graph per primitive (configuration set using a template tag). Release 4.13 ------------