From dc74a450ecebb0096d680fcdb11ddba688139ded Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Thu, 23 Feb 2012 14:17:43 +0000 Subject: [PATCH] Task #3048: passing splitterflag to constructor of Obsercation class. --- MAC/APL/StationCU/src/StationControl/StationControl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAC/APL/StationCU/src/StationControl/StationControl.cc b/MAC/APL/StationCU/src/StationControl/StationControl.cc index 7b484a6c88c..061df8e2226 100644 --- a/MAC/APL/StationCU/src/StationControl/StationControl.cc +++ b/MAC/APL/StationCU/src/StationControl/StationControl.cc @@ -1060,7 +1060,7 @@ uint16 StationControl::_addObservation(const string& name) LOG_DEBUG_STR("Trying to readfile " << filename); try { theObsPS.adoptFile(filename); - theObs = Observation(&theObsPS); + theObs = Observation(&theObsPS, itsHasSplitters); LOG_DEBUG_STR("theOBS=" << theObs); } catch (Exception& ex) { -- GitLab