changeset 28:60e2ef9fc5fc spect

Remove inaccurate comment
author Chris Cannam
date Thu, 04 Oct 2018 16:06:29 +0100
parents 9ebd08bdd168
children 0928966a10f7
files FChTransformF0gram.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/FChTransformF0gram.cpp	Thu Oct 04 16:00:50 2018 +0100
+++ b/FChTransformF0gram.cpp	Thu Oct 04 16:06:29 2018 +0100
@@ -707,8 +707,6 @@
     deallocate(t_orig);
     deallocate(t_warp);
 
-    /*  =============  FFTW PLAN DESIGN   ============= */
-    // Initialize 2-d array for warped signals
     x_warping = allocate<double>(m_warp_params.nsamps_twarp);
     m_absFanChirpTransform = allocate<double>(m_warp_params.num_warps * (m_warp_params.nsamps_twarp/2 + 1));
     m_auxFanChirpTransform = allocate<double>(2 * (m_warp_params.nsamps_twarp/2 + 1));