Skip to content
Snippets Groups Projects
Commit fc405e23 authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Task #5525: Correct call to the logTime in correlator subband proc.

parent 7a7441ea
Branches
Tags
No related merge requests found
......@@ -427,8 +427,10 @@ namespace LOFAR
// Update the counters
if (ps.nrChannelsPerSubband() > 1)
{
counters.fir.logTime();
counters.fft.logTime();
// Counter are now part of the kernels themselve
firFilterKernel->itsCounter.logTime();
fftKernel.itsCounter.logTime();
//counters.fft.logTime();
}
// TODO: on of these counter is not used
//counters.delayBp.logTime(); // Suspect this one
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment