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

COB-4: Fixed comment

parent 804d17cd
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
...@@ -411,7 +411,7 @@ namespace LOFAR ...@@ -411,7 +411,7 @@ namespace LOFAR
nrFlaggedSamples[stat] += nflags; nrFlaggedSamples[stat] += nflags;
#if 1 #if 1
// Flagged input samples will be set to zero (in preprocessSubband), // Flagged input samples will be set to zero (in processSubband on the GPU),
// so no need to copy anything if everything is flagged. // so no need to copy anything if everything is flagged.
if (nflags < ps.settings.blockSize) { if (nflags < ps.settings.blockSize) {
// Copy the data // Copy the data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment