preparation for more flexible arrangement of data in the phase array

This commit is contained in:
Martin Reinecke 2013-01-10 10:45:29 +01:00
parent 03d4880cc5
commit 9b1c631ce1
3 changed files with 15 additions and 9 deletions

View file

@ -48,6 +48,7 @@ typedef struct
int flags;
void **map;
void **alm;
int s_m, s_th; // strides in m and theta direction
complex double *phase;
double *norm_l;
complex double *almtmp;