X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgeometry%2Fnegation.h;h=60b92e33d1d30def4d60f631c8311acbbcd0c115;hb=2826730b5d68d1ad74dc6363af43ca796f96caa2;hp=91802f8bce9906cfdadcae3bc7382c6e193cb423;hpb=44bd1d1ab256d397be4e2169c4ca5efdd0569d31;p=libs%2Fmath.git diff --git a/source/geometry/negation.h b/source/geometry/negation.h index 91802f8..60b92e3 100644 --- a/source/geometry/negation.h +++ b/source/geometry/negation.h @@ -96,7 +96,7 @@ inline Coverage Negation::get_coverage(const BoundingBox &bbox) cons else if(coverage==NO_COVERAGE) return FULL_COVERAGE; else - return PARTIAL_COVERAGE; + return coverage; } } // namespace Geometry