standardize

This commit is contained in:
Martin Reinecke 2018-12-18 16:12:57 +01:00
parent 0ee3a87e2d
commit b8effac3b3
3 changed files with 113 additions and 94 deletions

View file

@ -58,7 +58,8 @@ typedef struct
double *mfac;
sharp_ylmgen_dbl2 *rf;
double *eps, *alpha, *a, *b;
double *eps, *alpha;
sharp_ylmgen_dbl2 *ab;
/* used if s!=0 */
int sinPow, cosPow, preMinus_p, preMinus_m;