Skip to content
Snippets Groups Projects
Commit f3486bfe authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Task #1418: And this one.

parent f6a63da9
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment