From f5ab873e0ffe2f4b151976f115c09c3665f635d4 Mon Sep 17 00:00:00 2001
From: nandhanas <s.nandhana@gmail.com>
Date: Sun, 6 Mar 2022 22:46:15 +0100
Subject: [PATCH] Changes in global variables

---
 allvars.h | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/allvars.h b/allvars.h
index e04c165..4edb09c 100644
--- a/allvars.h
+++ b/allvars.h
@@ -66,19 +66,19 @@ extern struct op
 extern struct meta
 {
 
-	long Nmeasures,Nmeasures0;
-        long Nvis,Nvis0;
-        long Nweights,Nweights0;
-        long freq_per_chan,freq_per_chan0;
-        long polarisations,polarisations0;
-        long Ntimes,Ntimes0;
-        double dt,dt0;
-        double thours,thours0;
-        long baselines,baselines0;
-        double uvmin,uvmin0;
-        double uvmax,uvmax0;
-        double wmin,wmin0;
-        double wmax,wmax0;
+	long Nmeasures;
+        long Nvis;
+        long Nweights;
+        long freq_per_chan;
+        long polarisations;
+        long Ntimes;
+        double dt;
+        double thours;
+        long baselines;
+        double uvmin;
+        double uvmax;
+        double wmin;
+        double wmax;
 
 } metaData;
 
-- 
GitLab