sync with latest changes
This commit is contained in:
parent
7cf0c8c282
commit
f223de9fe4
1 changed files with 2 additions and 3 deletions
|
@ -53,11 +53,10 @@ class sharp_base
|
||||||
|
|
||||||
void set_general_geometry (int nrings, const int *nph, const ptrdiff_t *ofs,
|
void set_general_geometry (int nrings, const int *nph, const ptrdiff_t *ofs,
|
||||||
const int *stride, const double *phi0, const double *theta,
|
const int *stride, const double *phi0, const double *theta,
|
||||||
const double *wgt_a2m, const double *wgt_m2a)
|
const double *wgt)
|
||||||
{
|
{
|
||||||
if (ginfo) sharp_destroy_geom_info(ginfo);
|
if (ginfo) sharp_destroy_geom_info(ginfo);
|
||||||
sharp_make_geom_info (nrings, nph, ofs, stride, phi0, theta, wgt_a2m,
|
sharp_make_geom_info (nrings, nph, ofs, stride, phi0, theta, wgt, &ginfo);
|
||||||
wgt_m2a, &ginfo);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void set_ECP_geometry (int nrings, int nphi)
|
void set_ECP_geometry (int nrings, int nphi)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue