From f1312a7c66073724c6b9e872f6b17af955cc4606 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Wed, 7 Jan 1998 03:31:26 +0000
Subject: [PATCH] Miscellaneous tweaks.

---
 constants.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/constants.h b/constants.h
index d14693fca..6a791ad0a 100644
--- a/constants.h
+++ b/constants.h
@@ -109,7 +109,7 @@
 
 
 /* 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 */
@@ -122,9 +122,12 @@
 
 
 /* $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.