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
|
@ -140,7 +140,7 @@ int main(int argc, char **argv)
|
|||
{
|
||||
int nrings=geom2=lmax+1;
|
||||
int ppring=atoi(argv[3]);
|
||||
sharp_make_gauss_geom_info (nrings, ppring, 1, ppring, &tinfo);
|
||||
sharp_make_gauss_geom_info (nrings, ppring, 0., 1, ppring, &tinfo);
|
||||
}
|
||||
else if (strcmp(argv[1],"ecp")==0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue