Update of /cvsroot/gcblue/gcb_wx/include/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30041/include/common
Modified Files:
math_constants.h
Log Message:
Index: math_constants.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/common/math_constants.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** math_constants.h 8 Aug 2004 00:31:31 -0000 1.7
--- math_constants.h 12 Aug 2004 01:14:27 -0000 1.8
***************
*** 43,47 ****
#define C_MPSTODEGPS 8.999280e-006f
#define C_MPSTORADPS 1.5706707e-7f
! #define C_G 9.80665f
#define C_KTSTODEGPS 4.6296296296296e-6f
#define C_KTSTORADPS 8.0802280e-8f
--- 43,48 ----
#define C_MPSTODEGPS 8.999280e-006f
#define C_MPSTORADPS 1.5706707e-7f
! #define C_G 9.80665f ///< gravitational acceleration in m/s^2
! #define C_G2 96.170384f ///< g^2
#define C_KTSTODEGPS 4.6296296296296e-6f
#define C_KTSTORADPS 8.0802280e-8f
***************
*** 51,55 ****
#define C_KMTORAD 1.5678552e-4f
#define C_MTORAD 1.5678552e-7f
! #define C_RADARHOR 3.92482f // radar horizon in km = constant*sqrt(h in meters)
namespace UnitConversions
--- 52,56 ----
#define C_KMTORAD 1.5678552e-4f
#define C_MTORAD 1.5678552e-7f
! #define C_RADARHOR 3.92482f ///< radar horizon in km = constant*sqrt(h in meters)
namespace UnitConversions
|