Skip to content

Commit

Permalink
tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Sep 20, 2023
1 parent 5eb6b41 commit b92b1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/src/chealpix.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void pix2vec_ring(long nside, long ipix, double *vec);
/* operations on Nside values up to 2^29 */

/*! 64bit integer type
\note We use int64_t here because it is now part of the C++ standard. */
\note We use ssize_t here since this is properly defined on all platforms. */
typedef ssize_t hpint64;

/*! Sets \a *ipix to the pixel number in NEST scheme at resolution \a nside,
Expand Down

0 comments on commit b92b1e0

Please sign in to comment.