Skip to content
Snippets Groups Projects
Commit 46a2fe4c authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #5196: Fixed initialization bug in Parset::updateSettings()

parent c72cb337
No related branches found
No related tags found
No related merge requests found
...@@ -558,7 +558,7 @@ namespace LOFAR ...@@ -558,7 +558,7 @@ namespace LOFAR
file.coherent = tab.coherent; file.coherent = tab.coherent;
file.stokesNr = s; file.stokesNr = s;
file.streamNr = bfStreamNr++; file.streamNr = bfStreamNr++;
file.location = getFileLocation("Beamformed", tab.files[s].streamNr); file.location = getFileLocation("Beamformed", file.streamNr);
tab.files[s] = file; tab.files[s] = file;
settings.beamFormer.files.push_back(file); settings.beamFormer.files.push_back(file);
......
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