]> git.mxchange.org Git - flightgear.git/commitdiff
Made FG_EPSILON smaller.
authorcurt <curt>
Mon, 23 Mar 1998 21:18:37 +0000 (21:18 +0000)
committercurt <curt>
Mon, 23 Mar 1998 21:18:37 +0000 (21:18 +0000)
fg_constants.h

index c8da0a87c8434f1446a5b4b149f1d54f98986f8a..7d2770a4f1e5ed617e2534260a5f7d9e1eedd09a 100644 (file)
 
 
 /* For divide by zero avoidance, this will be close enough to zero */
-#define FG_EPSILON 0.000001
+#define FG_EPSILON 0.0000001
 
 
 /* Timing constants for Flight Model updates */
 
 
 /* $Log$
-/* Revision 1.1  1998/01/27 00:46:50  curt
-/* prepended "fg_" on the front of these to avoid potential conflicts with
-/* system include files.
+/* Revision 1.2  1998/03/23 21:18:37  curt
+/* Made FG_EPSILON smaller.
 /*
+ * Revision 1.1  1998/01/27 00:46:50  curt
+ * prepended "fg_" on the front of these to avoid potential conflicts with
+ * system include files.
+ *
  * Revision 1.3  1998/01/22 02:59:35  curt
  * Changed #ifdef FILE_H to #ifdef _FILE_H
  *