]> git.mxchange.org Git - flightgear.git/blobdiff - DEM/dem.h
Updated to use FG_EPSILON
[flightgear.git] / DEM / dem.h
index b8ffc0d140607609f33e9e5e874cfd7702ea6cba..64f04e4b4a86d53a36b0af50320a0ae1239b2e44 100644 (file)
--- a/DEM/dem.h
+++ b/DEM/dem.h
@@ -33,7 +33,6 @@
 #include <Scenery/bucketutils.h>
 
 
-#define EPSILON 0.000001
 #define DEM_SIZE 1200
 #define DEM_SIZE_1 1201
 
@@ -131,6 +130,9 @@ public:
 
 
 // $Log$
+// Revision 1.2  1998/03/23 20:35:42  curt
+// Updated to use FG_EPSILON
+//
 // Revision 1.1  1998/03/19 02:54:47  curt
 // Reorganized into a class lib called fgDEM.
 //