add phi0 parameter to sharp_make_gauss_geom_info()
This commit is contained in:
parent
329f08b7b4
commit
6bbd0f46f5
9 changed files with 20 additions and 19 deletions
|
@ -190,7 +190,7 @@ int main(int argc, char **argv)
|
|||
ptrdiff_t npix=0;
|
||||
int nrings=lmax+1;
|
||||
int ppring=atoi(argv[2]);
|
||||
sharp_make_gauss_geom_info (nrings, ppring, 1, ppring, &tinfo);
|
||||
sharp_make_gauss_geom_info (nrings, ppring, 0., 1, ppring, &tinfo);
|
||||
|
||||
reduce_geom_info(tinfo);
|
||||
npix=get_npix(tinfo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue