]> granicus.if.org Git - postgis/commitdiff
Test commit on new CVS archive.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sun, 25 Jan 2004 19:33:00 +0000 (19:33 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sun, 25 Jan 2004 19:33:00 +0000 (19:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@432 b70326c6-7e19-0410-871a-916f4a2858ee

postgis.h

index 85e6b6bafa605a3b4b8dde1948922b59f267f125..001c292a4aaf075357bc85e2ad3d26ff02d7c80d 100644 (file)
--- a/postgis.h
+++ b/postgis.h
@@ -11,6 +11,9 @@
  *
  **********************************************************************
  * $Log$
+ * Revision 1.41  2004/01/25 19:33:00  pramsey
+ * Test commit on new CVS archive.
+ *
  * Revision 1.40  2004/01/21 19:04:03  strk
  * Added line_interpolate_point function by jsunday@rochgrp.com
  *
 #endif
 
 
-//standard definition of an ellipsoid (what wkt calls a spheroid)
-//     f = (a-b)/a
-//     e_sq = (a*a - b*b)/(a*a)
-//     b = a - fa
+/*
+ * standard definition of an ellipsoid (what wkt calls a spheroid)
+ *    f = (a-b)/a
+ *    e_sq = (a*a - b*b)/(a*a)
+ *    b = a - fa
+ */
+
 typedef struct
 {
        double  a;      //semimajor axis