From 4b0fcdb32127273833cff1424400ff71957c27c4 Mon Sep 17 00:00:00 2001 From: David Blasby Date: Fri, 6 Feb 2004 00:42:25 +0000 Subject: [PATCH] moved forward declarations from postgis.h to postgis_proj.c git-svn-id: http://svn.osgeo.org/postgis/trunk@444 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis_proj.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postgis_proj.c b/postgis_proj.c index 377154cd3..e3290b1b3 100644 --- a/postgis_proj.c +++ b/postgis_proj.c @@ -11,6 +11,9 @@ * ********************************************************************** * $Log$ + * Revision 1.12 2004/02/06 00:42:25 dblasby + * moved forward declarations from postgis.h to postgis_proj.c + * * Revision 1.11 2004/02/05 20:31:48 dblasby * Optimized the curvature method (doesnt have to calculate e2) * @@ -58,7 +61,9 @@ double distance_sphere_method(double lat1, double long1,double lat2,double long2, SPHEROID *sphere); - +double distance_ellipse_calculation(double lat1, double long1, + double lat2, double long2, + SPHEROID *sphere); //use the WKT definition of an ellipsoid // ie. SPHEROID["name",A,rf] or SPHEROID("name",A,rf) -- 2.40.0