Compare commits
3 commits
525e67d9d8
...
0af216cfc4
Author | SHA1 | Date | |
---|---|---|---|
0af216cfc4 | |||
eed1cdf560 | |||
8e474da691 |
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ class Sounding(DatabaseTable):
|
|||
|
||||
zd = s2.height - s1.height
|
||||
|
||||
ud = (u2 - u1) / zd
|
||||
vd = (v2 - v1) / zd
|
||||
ud = u2 - u1
|
||||
vd = v2 - v1
|
||||
|
||||
return (
|
||||
((ud**2 + vd**2)**0.5) / zd,
|
||||
|
|
Loading…
Add table
Reference in a new issue