Skip to content

Commit c299731

Browse files
authored
fixes #62 (#63)
1 parent f75ff7c commit c299731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

floater/rclv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def contour_ji_to_geo(contour_ji, lon, lat):
545545
dlon = abs(abs(lon[1]) - abs(lon[0]))
546546
dlat = abs(abs(lat[1]) - abs(lat[0]))
547547

548-
j,i = countour_ji.T
548+
j,i = contour_ji.T
549549

550550
x = lon[0] + dlon*i
551551
y = lat[0] + dlat*j

0 commit comments

Comments
 (0)