Skip to content

Commit bd5ef2b

Browse files
Make ProjectionPoint type stable
1 parent ee5311a commit bd5ef2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct ProjectionPoint
2626
Lon :: Float64
2727
EW :: Float64
2828
NS :: Float64
29-
zone :: Integer
29+
zone :: Int64
3030
isnorth :: Bool
3131
end
3232

0 commit comments

Comments
 (0)