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
|
@ -308,7 +308,7 @@ int main(int argc, char **argv)
|
|||
if (mytask==0)
|
||||
printf("\nTesting Gaussian grid (%d rings, %d pixels/ring, %ld pixels)\n",
|
||||
nrings,ppring,(long)npix);
|
||||
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);
|
||||
check_accuracy(tinfo,lmax,lmax,npix,spin,ntrans,niter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue