From f0992db96b8868971f1b3acbd64f21adf883d2f5 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 7 Apr 2017 12:55:48 +0000 Subject: [PATCH] Task #9893: Force all code paths to rely on default dataslot mapping --- LCS/ApplCommon/src/Observation.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LCS/ApplCommon/src/Observation.cc b/LCS/ApplCommon/src/Observation.cc index 3c33b8b19fd..6e2c71b2e98 100644 --- a/LCS/ApplCommon/src/Observation.cc +++ b/LCS/ApplCommon/src/Observation.cc @@ -834,6 +834,8 @@ bool Observation::_isStationName(const string& hostname) const // bool Observation::_hasDataSlots(const ParameterSet* aPS) const { + return true; // JD RT HACK: We supply default mappings if the dataslots arent found after all + ParameterSet::const_iterator iter = aPS->begin(); ParameterSet::const_iterator end = aPS->end(); while (iter != end) { -- GitLab