From d3c993bc046edcc4beec6aa552715f4c51888d77 Mon Sep 17 00:00:00 2001
From: Joris van Zwieten <zwieten@astron.nl>
Date: Thu, 14 Dec 2006 14:50:57 +0000
Subject: [PATCH] BugID: 964 - Forgot to modify the call to the constructor to
 comply with the new constructor   of MeqStatUVW.

---
 CEP/BB/BBSKernel/src/Prediffer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CEP/BB/BBSKernel/src/Prediffer.cc b/CEP/BB/BBSKernel/src/Prediffer.cc
index 421608edd09..9a52f7be7f1 100644
--- a/CEP/BB/BBSKernel/src/Prediffer.cc
+++ b/CEP/BB/BBSKernel/src/Prediffer.cc
@@ -2335,7 +2335,7 @@ void Prediffer::fillUVW()
     // Do it only if the station is actually used.
     if (itsStations[i] != 0) {
       // Expression to calculate UVW per station
-      uvw = new MeqStatUVW (itsStations[i], &itsPhaseRef);
+      uvw = new MeqStatUVW(itsStations[i], pair<double, double>(itsMSDesc.ra, itsMSDesc.dec), itsMSDesc.arrayPos);
     }
     itsStatUVW.push_back (uvw);
   }
-- 
GitLab