From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- gamut/GenRMGam.c | 0 gamut/GenVisGam.c | 0 gamut/Jamfile | 0 gamut/License.txt | 0 gamut/Readme.txt | 0 gamut/afiles | 0 gamut/fakegam.c | 0 gamut/gammap.c | 0 gamut/gammap.h | 0 gamut/gammap.txt | 0 gamut/gamut.c | 6 +++--- gamut/gamut.h | 0 gamut/isecvol.c | 2 +- gamut/maptest.c | 0 gamut/nearsmth.c | 0 gamut/nearsmth.h | 0 gamut/smthtest.c | 0 gamut/surftest.c | 0 gamut/viewgam.c | 0 19 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 gamut/GenRMGam.c mode change 100644 => 100755 gamut/GenVisGam.c mode change 100644 => 100755 gamut/Jamfile mode change 100644 => 100755 gamut/License.txt mode change 100644 => 100755 gamut/Readme.txt mode change 100644 => 100755 gamut/afiles mode change 100644 => 100755 gamut/fakegam.c mode change 100644 => 100755 gamut/gammap.c mode change 100644 => 100755 gamut/gammap.h mode change 100644 => 100755 gamut/gammap.txt mode change 100644 => 100755 gamut/gamut.c mode change 100644 => 100755 gamut/gamut.h mode change 100644 => 100755 gamut/isecvol.c mode change 100644 => 100755 gamut/maptest.c mode change 100644 => 100755 gamut/nearsmth.c mode change 100644 => 100755 gamut/nearsmth.h mode change 100644 => 100755 gamut/smthtest.c mode change 100644 => 100755 gamut/surftest.c mode change 100644 => 100755 gamut/viewgam.c (limited to 'gamut') diff --git a/gamut/GenRMGam.c b/gamut/GenRMGam.c old mode 100644 new mode 100755 diff --git a/gamut/GenVisGam.c b/gamut/GenVisGam.c old mode 100644 new mode 100755 diff --git a/gamut/Jamfile b/gamut/Jamfile old mode 100644 new mode 100755 diff --git a/gamut/License.txt b/gamut/License.txt old mode 100644 new mode 100755 diff --git a/gamut/Readme.txt b/gamut/Readme.txt old mode 100644 new mode 100755 diff --git a/gamut/afiles b/gamut/afiles old mode 100644 new mode 100755 diff --git a/gamut/fakegam.c b/gamut/fakegam.c old mode 100644 new mode 100755 diff --git a/gamut/gammap.c b/gamut/gammap.c old mode 100644 new mode 100755 diff --git a/gamut/gammap.h b/gamut/gammap.h old mode 100644 new mode 100755 diff --git a/gamut/gammap.txt b/gamut/gammap.txt old mode 100644 new mode 100755 diff --git a/gamut/gamut.c b/gamut/gamut.c old mode 100644 new mode 100755 index 02b18dc..dd4f43b --- a/gamut/gamut.c +++ b/gamut/gamut.c @@ -16,7 +16,7 @@ */ /* - The gamut boundary is comuted using a variation of + The gamut surface is computed using a variation of Jan Morovic's Segment Maximum approach. The variations are: @@ -24,7 +24,7 @@ so that approximately the same detail is kept on the gamut surface. Multiple direction vectors at each point are retained. The resultant points are used to create the overal convex - jull, but in an adaptive, non-linearly scaled radial space, + hull, but in an adaptive, non-linearly scaled radial space, that allows for convexity in the PCS result. */ @@ -3628,7 +3628,7 @@ gamut *s * * For accellerating the vector intersect code, this isn't * so fabulous, and a general unconstrained BSP tree would - * be better. To address this, an orhogonal element to the + * be better. To address this, an orthogonal element to the * radial BSP's is provided in the radius squared range * of each set of elements below a BSP node. */ diff --git a/gamut/gamut.h b/gamut/gamut.h old mode 100644 new mode 100755 diff --git a/gamut/isecvol.c b/gamut/isecvol.c old mode 100644 new mode 100755 index 71d918a..58eea9d --- a/gamut/isecvol.c +++ b/gamut/isecvol.c @@ -115,7 +115,7 @@ gedge *e /* edge to test (may be from another gamut) */ /* Return the total volume of the gamut */ -/* Return -1.0 if incomaptible gamuts */ +/* Return -1.0 if incompatible gamuts */ double isect_volume( gamut *s1, gamut *s2 diff --git a/gamut/maptest.c b/gamut/maptest.c old mode 100644 new mode 100755 diff --git a/gamut/nearsmth.c b/gamut/nearsmth.c old mode 100644 new mode 100755 diff --git a/gamut/nearsmth.h b/gamut/nearsmth.h old mode 100644 new mode 100755 diff --git a/gamut/smthtest.c b/gamut/smthtest.c old mode 100644 new mode 100755 diff --git a/gamut/surftest.c b/gamut/surftest.c old mode 100644 new mode 100755 diff --git a/gamut/viewgam.c b/gamut/viewgam.c old mode 100644 new mode 100755 -- cgit v1.2.3