Skip to content

Commit

Permalink
no types on reproject
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Sep 11, 2023
1 parent 2a794e5 commit 0680a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/reproject.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end
`reproject` uses ArchGDAL.reproject, but implemented for a reprojecting
a value array of values, a single dimension at a time.
"""
function reproject(source::GeoFormat, target::GeoFormat, dim, val)
function reproject(source, target, dim, val)
if source == target
return val
else
Expand Down

0 comments on commit 0680a91

Please sign in to comment.