From bd0f2e5a7bb9a4a9a1957933c564aa0c36143efe Mon Sep 17 00:00:00 2001
From: Martin Gels <gels@astron.nl>
Date: Wed, 30 May 2007 14:27:01 +0000
Subject: [PATCH] BugID:1005

Changed name of the stations.
---
 Appl/CEP/CS1/CS1_DelayCompensation/src/WH_DelayCompensation.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Appl/CEP/CS1/CS1_DelayCompensation/src/WH_DelayCompensation.cc b/Appl/CEP/CS1/CS1_DelayCompensation/src/WH_DelayCompensation.cc
index 4aab750d36c..833b6055aba 100644
--- a/Appl/CEP/CS1/CS1_DelayCompensation/src/WH_DelayCompensation.cc
+++ b/Appl/CEP/CS1/CS1_DelayCompensation/src/WH_DelayCompensation.cc
@@ -241,7 +241,7 @@ namespace LOFAR
       // Get the antenna positions from the parameter set. The antenna
       // positions are stored as one large vector of doubles.
       vector<double> pos;
-      pos = itsCS1PS->trackingPhaseCentras();
+      pos = itsCS1PS->phaseCenters();
       ASSERTSTR(pos.size() == 3 * itsNrStations,
                 pos.size() << " == " << 3 * itsNrStations);
 
-- 
GitLab