mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Utils - docu spelling
This commit is contained in:
parent
eabc8b5854
commit
5a63c51316
@ -2399,7 +2399,7 @@ function UTILS.LoadStationaryListOfStatics(Path,Filename,Reduce)
|
||||
end
|
||||
|
||||
--- Heading Degrees (0-360) to Cardinal
|
||||
-- @param #number hgd The heading
|
||||
-- @param #number Heading The heading
|
||||
-- @return #string Cardinal, e.g. "NORTH"
|
||||
function Utils.BearingToCardinal(Heading)
|
||||
if Heading >= 0 and Heading <= 22 then return "North"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user