]> git.mxchange.org Git - flightgear.git/blobdiff - Simulator/constants.h
Put comments around the text after an #endif for increased portability.
[flightgear.git] / Simulator / constants.h
index f1f8f1c2c39f2ae04ff255d5e233f6ba5d3e751e..edc521580269b49557e65aa4d91a5ad098debf9f 100644 (file)
@@ -62,7 +62,7 @@
 #define ARCSEC_TO_RAD 4.84813681109535993589e-06 
 
 /* Radians to arc seconds */                  /* (rad*3600*180)/pi = arcsec */
-#define RAD_TO_ARCSEC 2035752.03952618601852
+#define RAD_TO_ARCSEC 206264.806247096355156
 
 /* Feet to Meters */
 #define FEET_TO_METER    0.3048
 #define EPSILON 0.000001
 
 
-#endif CONSTANTS_H
+#endif /* CONSTANTS_H */
 
 
 /* $Log$
-/* Revision 1.5  1997/07/19 23:04:46  curt
-/* Added an initial weather section.
+/* Revision 1.7  1997/07/23 21:52:10  curt
+/* Put comments around the text after an #endif for increased portability.
 /*
+ * Revision 1.6  1997/07/21 14:45:01  curt
+ * Minor tweaks.
+ *
+ * Revision 1.5  1997/07/19 23:04:46  curt
+ * Added an initial weather section.
+ *
  * Revision 1.4  1997/07/19 22:37:03  curt
  * Added various PI definitions.
  *