From dc609c481a2f4e6c2c4e6cb9e25a594cc8353a86 Mon Sep 17 00:00:00 2001 From: Brad Barber <bradb@shore.net> Date: Sun, 14 Mar 2010 19:33:50 -0400 Subject: [PATCH] Previous commits fixed bug reported by renangms. Vertex output throws error QH10034 and defineVertexNeighbors() does not exist. --- src/Changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Changes.txt b/src/Changes.txt index 6656277..aa27db4 100644 --- a/src/Changes.txt +++ b/src/Changes.txt @@ -24,6 +24,8 @@ To do ------------ gitorious.org/qhull 2010/03/14 +- Fixed bug reported by renangms. Vertex output throws error QH10034 + and defineVertexNeighbors() does not exist. - Add Qhull::defineVertexFacetNeighbors() for facetNeighbors of vertices. Automatically called for facet merging and Voronoi diagrams Do not print QhullVertex::facetNeighbors is !facetNeighborsDefined() -- GitLab