diff options
Diffstat (limited to 'math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc')
-rw-r--r-- | math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc b/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc index 3259dd1b445a..850ceacc8edf 100644 --- a/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc +++ b/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc @@ -1,6 +1,6 @@ ---- src/tools/enumpoly/pelqhull.cc.orig 2014-05-27 12:07:04.000000000 +0400 -+++ src/tools/enumpoly/pelqhull.cc 2015-04-13 20:35:03.596285000 +0300 -@@ -2792,7 +2792,7 @@ +--- src/tools/enumpoly/pelqhull.cc.orig 2016-06-30 09:03:18 UTC ++++ src/tools/enumpoly/pelqhull.cc +@@ -2792,7 +2792,7 @@ void qh_allstatA (void) { /* zdef_(type,name,doc,average) */ zzdef_(zdoc, Zdoc2, "precision statistics", -1); @@ -9,7 +9,7 @@ zdef_(wadd, Wnewvertex, "ave. distance of a new vertex to a facet (not 0s)", Znewvertex); zdef_(wmax, Wnewvertexmax, "max. distance of a new vertex to a facet", -1); zdef_(wmax, Wvertexmax, "max. distance of an output vertex to a facet", -1); -@@ -2831,7 +2831,7 @@ +@@ -2831,7 +2831,7 @@ void qh_allstatB (void) { zzdef_(zinc, Zsetplane, "facets created altogether", -1); zdef_(zinc, Ztotridges, "ridges created altogether", -1); zdef_(zinc, Zpostfacets, "facets before post merge", -1); @@ -18,7 +18,7 @@ zdef_(wadd, Wangle, "average angle (cosine) for all ridges", Zangle); zdef_(wmax, Wanglemax, "maximum angle (cosine) of a ridge", -1); zdef_(wmin, Wanglemin, "minimum angle (cosine) of a ridge", -1); -@@ -2946,7 +2946,7 @@ +@@ -2946,7 +2946,7 @@ void qh_allstatF(void) { zdef_(zinc, Zintersect, "intersections found redundant vertices", -1); zdef_(zadd, Zintersecttot, " ave. number found per vertex", Zintersect); zdef_(zmax, Zintersectmax, " max. found for a vertex", -1); |