1f9833bdd0a7 — Chris Cannam 3 years ago
Clarify this
1 files changed, 2 insertions(+), 1 deletions(-)

M src/FFT.cpp
M src/FFT.cpp +2 -1
@@ 1932,7 1932,8 @@ private:
                           double *BQ_R__ ro, double *BQ_R__ io,
                           bool inverse) {
 
-        // Following the method of Don Cross's 1996 Pascal implementation
+        // Following Don Cross's 1998 implementation, described by its
+        // author as public domain.
         
         if (!ri || !ro || !io) return;