From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- gamut/nearsmth.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gamut/nearsmth.c') diff --git a/gamut/nearsmth.c b/gamut/nearsmth.c index 1f48f20..a13442d 100644 --- a/gamut/nearsmth.c +++ b/gamut/nearsmth.c @@ -3200,7 +3200,6 @@ datao map_oh //if (PFCOND) printf("~1 neutral axis point = %f %f %f\n", napoint[0], napoint[1], napoint[2]); /* Compute a normalized available depth from distance */ /* to closest to neautral axis point */ - if (maxt > 1.0) /* Compression */ if ((mint > 1e-8 && maxt > -1e-8) /* G. & V. Compression */ || ((mint < -1e-8 && maxt > -1e-8) /* G. Exp & V. comp. */ && (fabs(mint) < (fabs(maxt) - 1e-8)))) -- cgit v1.2.3