Merge branch 'FF/Develop' of https://github.com/FlightControl-Master/MOOSE into FF/Develop

This commit is contained in:
funkyfranky 2018-11-28 11:52:06 +01:00
commit 73db4b365b
2 changed files with 546 additions and 163 deletions

File diff suppressed because it is too large Load Diff

View File

@ -308,7 +308,12 @@ UTILS.hPa2mmHg = function( hPa )
return hPa * 0.7500615613030
end
--- Convert kilo gramms (kg) to pounds (lbs).
-- @param #number kg Mass in kg.
-- @return #number Mass in lbs.
UTILS.kg2lbs = function( kg )
return kg * 2.20462
end
--[[acc:
in DM: decimal point of minutes.