]> git.mxchange.org Git - simgear.git/blobdiff - Math/fg_geodesy.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[simgear.git] / Math / fg_geodesy.c
index ddb97bf042ec0926f4a40c4e649f61a6b824bb05..aefb751ead2dbfc4ec479b2b3d7447fe7294bf06 100644 (file)
@@ -13,8 +13,8 @@
 
 #include <math.h>
 
-#include "fg_geodesy.h"
-#include "../Include/constants.h"
+#include <Math/fg_geodesy.h>
+#include <Include/constants.h>
 
 
 /* ONE_SECOND is pi/180/60/60, or about 100 feet at earths' equator */
@@ -140,6 +140,10 @@ void fgGeodToGeoc( double lat_geod, double alt, double *sl_radius,
 
 $Header$
 $Log$
+Revision 1.3  1998/01/19 19:27:12  curt
+Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+This should simplify things tremendously.
+
 Revision 1.2  1997/12/15 23:54:54  curt
 Add xgl wrappers for debugging.
 Generate terrain normals on the fly.
@@ -197,10 +201,14 @@ Initial Flight Gear revision.
 
 
 /* $Log$
-/* Revision 1.2  1997/12/15 23:54:54  curt
-/* Add xgl wrappers for debugging.
-/* Generate terrain normals on the fly.
+/* Revision 1.3  1998/01/19 19:27:12  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.2  1997/12/15 23:54:54  curt
+ * Add xgl wrappers for debugging.
+ * Generate terrain normals on the fly.
+ *
  * Revision 1.1  1997/07/31 23:13:14  curt
  * Initial revision.
  *