From f3486bfe8cf0b734afab69a1921a4d9175a2a1b1 Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Tue, 17 Jan 2012 10:26:13 +0000 Subject: [PATCH] Task #1418: And this one. --- MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc b/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc index b9a5507f1c1..c826403bc11 100644 --- a/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc +++ b/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc @@ -265,7 +265,7 @@ GCFEvent::TResult ObsClaimer::preparePVSS_state (GCFEvent& event, GCFPortInterfa writeVector(os1, theObs.beams[i].subbands); subbandArr.push_back (new GCFPVString(os1.str())); stringstream os2; - writeVector(os2, theObs.beams[i].beamlets); + writeVector(os2, theObs.getBeamlets(i)); beamletArr.push_back (new GCFPVString(os2.str())); angle1Arr.push_back (new GCFPVDouble(theObs.beams[i].pointings[0].angle1)); angle2Arr.push_back (new GCFPVDouble(theObs.beams[i].pointings[0].angle2)); -- GitLab