fix comment
This commit is contained in:
parent
16baea26b4
commit
2d4d0c81cc
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ var wind_speed_from = func(azimuth) {
|
|||
}
|
||||
|
||||
|
||||
# returns true airspeed for given indicated airspeed [kt] and altitude [ft]
|
||||
# returns true airspeed for given indicated airspeed [kt] and altitude [m]
|
||||
#
|
||||
var kias_to_ktas = func(kias, altitude) {
|
||||
var seapress = getprop("/environment/pressure-sea-level-inhg");
|
||||
|
|
Loading…
Add table
Reference in a new issue