From 8ffccedabbe4856f11606b1781c267e9ce3bcfa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julia=20Fl=C3=B6totto?= Date: Thu, 20 Nov 2003 15:35:15 +0000 Subject: [PATCH] ver 8.24 (20/11/03) [Julia] - bug fix in get_conflict functions in Regular_triangulation_2: case that point is located on vertex (+ added tests) --- Packages/Triangulation_2/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Packages/Triangulation_2/changes.txt b/Packages/Triangulation_2/changes.txt index bcd51c15976..ab94aa6df6f 100644 --- a/Packages/Triangulation_2/changes.txt +++ b/Packages/Triangulation_2/changes.txt @@ -1,6 +1,10 @@ Package triangulation: provides triangulations Delaunay triangulations, constrained and regular triangulations with tests and examples. +ver 8.24 (20/11/03) [Julia] +- bug fix in get_conflict functions in Regular_triangulation_2: + case that point is located on vertex (+ added tests) + ver 8.23 (20/11/03) [Julia] - nothing changed ver 8.22 (20/11/03) Julia