From 207ae0b35e0fafc6a244c19b0918a44e06752c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 2 Oct 2013 18:34:41 +0200 Subject: [PATCH] update changes --- Installation/CHANGES | 6 ++++++ Installation/changes.html | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/Installation/CHANGES b/Installation/CHANGES index c59161c9c7c..48a6acfdb76 100644 --- a/Installation/CHANGES +++ b/Installation/CHANGES @@ -168,6 +168,12 @@ Release date: September 2013 the Mesh_triangulation_3 class. +* Triangulated Surface Mesh Simplification + + - Fix a segmentation fault that was happening when some edges of length 0 + were in the input mesh. + + * 3D Fast Intersection and Distance Computation - Following the intersection API change, Object_and_primitive_id has been diff --git a/Installation/changes.html b/Installation/changes.html index 1bdbd033db5..0457b6db986 100755 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -290,6 +290,11 @@ and src/ directories). classes into the Mesh_triangulation_3 class. +

Triangulated Surface Mesh Simplification

+

3D Fast Intersection and Distance Computation