Skip to content

Commit

Permalink
export udgrade (#51)
Browse files Browse the repository at this point in the history
Adds an export statement for udgrade.
  • Loading branch information
xzackli authored Apr 20, 2021
1 parent 405117a commit c3a95da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Healpix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export map2alm, alm2map, map2alm!, alm2map!, alm2cl, pixwin
export getringinfo!, getringinfo, getinterpolRing
export pix2xyfRing, xyf2pixRing, pix2xyfNest, xyf2pixNest
export pix2zphiNest, pix2zphiRing, ringAbove
export ring2nest, nest2ring, ring2nest!, nest2ring!
export ring2nest, nest2ring, ring2nest!, nest2ring!, udgrade

using Pkg.Artifacts
import CFITSIO
Expand Down

0 comments on commit c3a95da

Please sign in to comment.