diff --git a/Appl/CEP/CS1/CS1_DelayCompensation/src/WH_DelayCompensation.cc b/Appl/CEP/CS1/CS1_DelayCompensation/src/WH_DelayCompensation.cc
index 4aab750d36c31ffd09549c169831768d6257cb01..833b6055aba82c40030d98c40848a78d41974d37 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);