This commit is contained in:
Martin Reinecke 2019-01-09 11:18:15 +01:00
parent 766ef6a848
commit 24359cdbe7
3 changed files with 23 additions and 33 deletions

View file

@ -54,17 +54,17 @@ typedef struct
/* for public use; will typically change after call to Ylmgen_prepare() */
int m;
double *alpha;
/* used if s==0 */
double *mfac, *eps, *alpha;
double *mfac, *eps;
sharp_ylmgen_dbl2 *ab;
/* used if s!=0 */
int sinPow, cosPow, preMinus_p, preMinus_m;
double *prefac;
int *fscale;
sharp_ylmgen_dbl3 *fx;
//double *alpha;
sharp_ylmgen_dbl2 *fxx;
sharp_ylmgen_dbl2 *fx;
/* internal usage only */
/* used if s==0 */