cleanup
This commit is contained in:
parent
766ef6a848
commit
24359cdbe7
3 changed files with 23 additions and 33 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue