]> git.mxchange.org Git - flightgear.git/commitdiff
Miscellaneous tweaks.
authorcurt <curt>
Wed, 7 Jan 1998 03:31:26 +0000 (03:31 +0000)
committercurt <curt>
Wed, 7 Jan 1998 03:31:26 +0000 (03:31 +0000)
constants.h

index d14693fca14e7380701de86a5059c23396d06404..6a791ad0a27ab75edcb811c9d0f242bca538ea36 100644 (file)
 
 
 /* For divide by zero avoidance, this will be close enough to zero */
-#define EPSILON 0.000001
+#define FG_EPSILON 0.000001
 
 
 /* Timing constants for Flight Model updates */
 
 
 /* $Log$
-/* Revision 1.1  1997/12/15 21:02:15  curt
-/* Moved to .../FlightGear/Src/Include/
+/* Revision 1.2  1998/01/07 03:31:26  curt
+/* Miscellaneous tweaks.
 /*
+ * Revision 1.1  1997/12/15 21:02:15  curt
+ * Moved to .../FlightGear/Src/Include/
+ *
  * Revision 1.10  1997/09/13 01:59:45  curt
  * Mostly working on stars and generating sidereal time for accurate star
  * placement.