Merge branch 'dagss' of git://github.com/dagss/libsharp

add the option to specify NULL as a ring weight pointer
add flag to allow weight application also for alm2map
Conflicts:
	libsharp/sharp.c
This commit is contained in:
Dag Sverre Seljebotn 2012-11-06 18:58:29 +01:00 committed by Martin Reinecke
commit dbe11e8484
8 changed files with 87 additions and 50 deletions

View file

@ -48,6 +48,7 @@ typedef struct
int spin;
int add_output;
int nmaps, nalm;
int flags;
sharp_fde fde;
void **map;
void **alm;