From: ehofman Date: Sun, 11 Oct 2009 08:47:49 +0000 (+0000) Subject: proper naming is everything X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af6824605ba9b824820b59ae7daa47d08be5828f;p=simgear.git proper naming is everything --- diff --git a/simgear/constants.h b/simgear/constants.h index df0fc8ba..8438e132 100644 --- a/simgear/constants.h +++ b/simgear/constants.h @@ -118,10 +118,10 @@ /** Nautical Miles to Radians */ #define SG_RAD_TO_NM 3437.7467707849392526 -/** Miles per second to Knots */ +/** meters per second to Knots */ #define SG_MPS_TO_KT 1.9438444924406046432 -/** Knots to Miles per second */ +/** Knots to meters per second */ #define SG_KT_TO_MPS 0.5144444444444444444 /** Feet per second to Knots */ @@ -130,16 +130,16 @@ /** Knots to Feet per second */ #define SG_KT_TO_FPS 1.6878098571011956874 -/** Miles per second to Miles per hour */ +/** meters per second to Miles per hour */ #define SG_MPS_TO_MPH 2.2369362920544020312 -/** Miles per hour to Miles per second */ +/** meetrs per hour to Miles per second */ #define SG_MPH_TO_MPS 0.44704 /** Meters per second to Kilometers per hour */ #define SG_MPS_TO_KMH 3.6 -/** Kilometers per hour to Miles per second */ +/** Kilometers per hour to meters per second */ #define SG_KMH_TO_MPS 0.2777777777777777778 /** Pascal to Inch Mercury */