Skip to content
Snippets Groups Projects
Commit f0ebe9f1 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-835: tmp disabled weird casting

parent 4f66d47a
No related branches found
No related tags found
1 merge request!88Resolve SW-835
...@@ -684,8 +684,9 @@ namespace LOFAR ...@@ -684,8 +684,9 @@ namespace LOFAR
try try
{ {
const int16_t *spectralDataPtr = &(frame.payload.spectralData[0][0]); //TODO: 2019202 uncomment!
currentSubBand.dataSet->set1D(offset, spectralDataPtr, numberOfSamplesToBeStored, 0); // const int16_t *spectralDataPtr = &(frame.payload.spectralData[0][0]);
// currentSubBand.dataSet->set1D(offset, spectralDataPtr, numberOfSamplesToBeStored, 0);
} }
catch(std::exception& ex) catch(std::exception& ex)
{ {
......
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