From 4da6581ceab77cea14838d1d40cc8840d1205ed5 Mon Sep 17 00:00:00 2001
From: John Romein <romein@astron.nl>
Date: Mon, 2 May 2011 13:04:07 +0000
Subject: [PATCH] bug 225: Changed location of files.  Still needs a real fix,
 since fixed paths should not be in the source code.

---
 RTCP/Storage/src/MeasurementSetFormat.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RTCP/Storage/src/MeasurementSetFormat.cc b/RTCP/Storage/src/MeasurementSetFormat.cc
index ef7678810de..9af29f8734c 100644
--- a/RTCP/Storage/src/MeasurementSetFormat.cc
+++ b/RTCP/Storage/src/MeasurementSetFormat.cc
@@ -179,7 +179,7 @@ void MeasurementSetFormat::createMSTables(const string &MSname, unsigned subband
       // Fill the tables containing the beam info.
       BeamTables::fill(*itsMS,
 		       itsPS.antennaSet(),
-#if 0
+#if 1
 			"/opt/cep/lofar/share/AntennaSets.conf",
 			"/opt/cep/lofar/share/AntennaFields",
 			"/opt/cep/lofar/share/iHBADeltas");
-- 
GitLab