From 8869c98654400fb773362aa5f6058631f26dabf6 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 29 May 2015 23:07:47 +0000 Subject: [PATCH] Remove stub code! git-svn-id: http://svn.osgeo.org/postgis/trunk@13586 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography_measurement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/geography_measurement.c b/postgis/geography_measurement.c index 7ac674716..803b43706 100644 --- a/postgis/geography_measurement.c +++ b/postgis/geography_measurement.c @@ -75,7 +75,7 @@ Datum geography_distance_uncached(PG_FUNCTION_ARGS) GSERIALIZED *g2 = NULL; double distance; double tolerance = FP_TOLERANCE; - bool use_spheroid = false; /* XXX WARNING< CHANGE THIS DO NOT COMMIT */ + bool use_spheroid = true; SPHEROID s; /* Get our geometry objects loaded into memory. */ -- 2.50.1