]> granicus.if.org Git - postgis/commitdiff
Remove stub code!
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 29 May 2015 23:07:47 +0000 (23:07 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 29 May 2015 23:07:47 +0000 (23:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13586 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography_measurement.c

index 7ac674716aaa92943d0f02597260b1e600de80d5..803b437061ba87880a6dd193593e175c2b6bfcde 100644 (file)
@@ -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. */