From 0a1a9e5716552d9bcce0cef82aae352082fbfd99 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Tue, 6 Nov 2012 23:36:38 +0100 Subject: [PATCH] fix docs --- libsharp/sharp_lowlevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsharp/sharp_lowlevel.h b/libsharp/sharp_lowlevel.h index ebd65d2..a65ff8f 100644 --- a/libsharp/sharp_lowlevel.h +++ b/libsharp/sharp_lowlevel.h @@ -124,8 +124,8 @@ void sharp_destroy_alm_info (sharp_alm_info *info); \param phi0 the azimuth (in radians) of the first pixel in each ring \param theta the colatitude (in radians) of each ring \param weight the pixel weight to be used for the ring. Pass NULL to use - 1.0 as weight for all rings. By default weights are used for alm2map - but not map2alm, but the execution flags can override this. + 1.0 as weight for all rings. By default weights are used for map2alm + but not alm2map, but the execution flags can override this. \param geom_info will hold a pointer to the newly created data structure */ void sharp_make_geom_info (int nrings, const int *nph, const ptrdiff_t *ofs,