Skip to content

Commit d355c5b

Browse files
authored
Merge pull request #100 from albert-de-montserrat/patch-1
Make `ProjectionPoint` type stable
2 parents 0d3eae5 + bd5ef2b commit d355c5b

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)