From a19acefaa540acdc3c8ae710abcda6acd1d1c142 Mon Sep 17 00:00:00 2001
From: Adriaan Renting <renting@astron.nl>
Date: Tue, 12 Apr 2016 08:02:31 +0000
Subject: [PATCH] Task #8892: fixed a small regression in the code where old
 defines were added back in due to a fix that was made on the svn server

---
 SAS/Scheduler/src/lofar_scheduler.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/SAS/Scheduler/src/lofar_scheduler.h b/SAS/Scheduler/src/lofar_scheduler.h
index e74986b0a46..b96fbc85aa5 100644
--- a/SAS/Scheduler/src/lofar_scheduler.h
+++ b/SAS/Scheduler/src/lofar_scheduler.h
@@ -52,20 +52,12 @@
 
 #define MINIMUM_CORRELATOR_INTEGRATION_TIME 0.1 // minimum correlator integration time in seconds (typically minimum is 0.1 sec)
 
-#define CLOCK160_CHANNELWIDTH		    610.3515625
-#define STR_CLOCK160_CHANNELWIDTH	   "610.3515625"
 #define CLOCK160_SAMPLESPERSECOND	    155648
 #define STR_CLOCK160_SAMPLESPERSECOND "155648"
-#define CLOCK160_SUBBANDWIDTH			156.250
-#define STR_CLOCK160_SUBBANDWIDTH 	   "156.250"
 #define CLOCK160_SAMPLECLOCK		    160
 #define STR_CLOCK160_SAMPLECLOCK	   "160"
-#define CLOCK200_CHANNELWIDTH		    762.939453125
-#define STR_CLOCK200_CHANNELWIDTH	   "762.939453125"
 #define CLOCK200_SAMPLESPERSECOND	    196608
 #define STR_CLOCK200_SAMPLESPERSECOND "196608"
-#define CLOCK200_SUBBANDWIDTH		    195.3125
-#define STR_CLOCK200_SUBBANDWIDTH	   "195.3125"
 #define CLOCK200_SAMPLECLOCK		    200
 #define STR_CLOCK200_SAMPLECLOCK	   "200"
 
-- 
GitLab