Skip to content
Snippets Groups Projects
Commit 3825da3e authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #11059: Remove half-finished code

parent 11113716
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ namespace LOFAR ...@@ -67,7 +67,7 @@ namespace LOFAR
std::ostream &operator<<(std::ostream &str, const Subband::BlockID &id); std::ostream &operator<<(std::ostream &str, const Subband::BlockID &id);
typedef SampleData<float, 3, 1> BeamformedData; // data: [nrSubbands][nrChannels][nrSamples] flags: encode [0..nrSubbands) typedef SampleData<float, 3> BeamformedData; // data: [nrSubbands][nrChannels][nrSamples]
/* /*
* A block of data, representing for one time slice all * A block of data, representing for one time slice all
......
...@@ -223,7 +223,7 @@ bool process(Stream &controlStream) ...@@ -223,7 +223,7 @@ bool process(Stream &controlStream)
for (size_t i = 0; i < poolSize; ++i) { for (size_t i = 0; i < poolSize; ++i) {
outputPools[fileIdx]->free.append(new TABTranspose::BeamformedData( outputPools[fileIdx]->free.append(new TABTranspose::BeamformedData(
boost::extents[nrSamples][nrSubbands][nrChannels], boost::extents[nrSamples][nrSubbands][nrChannels],
boost::extents[1], boost::extents[nrSubbands][nrChannels],
*allocators[fileIdx] *allocators[fileIdx]
), false); ), false);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment