add phi0 parameter to sharp_make_gauss_geom_info()

This commit is contained in:
Martin Reinecke 2012-11-22 23:02:42 +01:00
parent 329f08b7b4
commit 6bbd0f46f5
9 changed files with 20 additions and 19 deletions

View file

@ -50,7 +50,7 @@ static void bench_sht (int spin, int nv, sharp_jobtype type,
int ppring=1024;
ptrdiff_t npix=(ptrdiff_t)nrings*ppring;
sharp_geom_info *tinfo;
sharp_make_gauss_geom_info (nrings, ppring, 1, ppring, &tinfo);
sharp_make_gauss_geom_info (nrings, ppring, 0., 1, ppring, &tinfo);
ptrdiff_t nalms = ((mmax+1)*(mmax+2))/2 + (mmax+1)*(lmax-mmax);
int ncomp = ntrans*((spin==0) ? 1 : 2);