]> granicus.if.org Git - postgis/commit
Avoid any drift of cutter point on lines split
authorSandro Santilli <strk@keybit.net>
Wed, 13 Jan 2016 11:09:24 +0000 (11:09 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 13 Jan 2016 11:09:24 +0000 (11:09 +0000)
commitc5e12f90303bb34f9754d2fcf13629179aa74748
tree8e806e809b341cb17ed65efec08175522104e9d5
parentd8b16d924a6d85c5dfb8a0617bc126812adf0899
Avoid any drift of cutter point on lines split

Should fix splitting operations on at least arm64, ppc64el and s390x.
See #3422 and #3401

Also turn ASSERT_DOUBLE_EQUAL back to a tolerance-free check
(better use a different name for tolerance-aware check,
so caller can decide)

git-svn-id: http://svn.osgeo.org/postgis/trunk@14594 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/cunit/cu_tester.h
liblwgeom/lwgeom_geos_split.c