Skip to content
Snippets Groups Projects
Commit f5ab873e authored by Nandhana Sakhtivel's avatar Nandhana Sakhtivel
Browse files

Changes in global variables

parent cfb257da
No related branches found
No related tags found
No related merge requests found
...@@ -66,19 +66,19 @@ extern struct op ...@@ -66,19 +66,19 @@ extern struct op
extern struct meta extern struct meta
{ {
long Nmeasures,Nmeasures0; long Nmeasures;
long Nvis,Nvis0; long Nvis;
long Nweights,Nweights0; long Nweights;
long freq_per_chan,freq_per_chan0; long freq_per_chan;
long polarisations,polarisations0; long polarisations;
long Ntimes,Ntimes0; long Ntimes;
double dt,dt0; double dt;
double thours,thours0; double thours;
long baselines,baselines0; long baselines;
double uvmin,uvmin0; double uvmin;
double uvmax,uvmax0; double uvmax;
double wmin,wmin0; double wmin;
double wmax,wmax0; double wmax;
} metaData; } metaData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment