]> git.mxchange.org Git - simgear.git/blobdiff - Math/point3d.hxx
Cygnus tools compatibility tweaks.
[simgear.git] / Math / point3d.hxx
index ba43a8c0799d23ef5f7ab03cf513d641c291bc69..299f71e87d890e5c6611ca0cd9153ef82cc3ce35 100644 (file)
 
 #include <iostream>
 #include <assert.h>
+#if defined( __BORLANDC__ )
+#  define exception c_exception
+#elif defined( __FreeBSD__ )
+#  include <math.h>
+#endif
 
 const double fgPoint3_Epsilon = 0.0000001;
 
@@ -293,6 +298,13 @@ Point3D::distance3D(const Point3D& a ) const
 
 
 // $Log$
+// Revision 1.6  1998/11/23 21:46:37  curt
+// Borland portability tweaks.
+//
+// Revision 1.5  1998/11/20 01:00:38  curt
+// Patch in fgGeoc2Geod() to avoid a floating explosion.
+// point3d.hxx include math.h for FreeBSD
+//
 // Revision 1.4  1998/11/11 00:18:38  curt
 // Check for domain error in fgGeoctoGeod()
 //