changeset 270:d7dd391a90fd

Add note for docs
author Chris Cannam
date Thu, 23 May 2013 14:45:21 +0100
parents 0011c9a8c0ec
children c206de7c3018
files yetilab/transform/fft.yeti
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/yetilab/transform/fft.yeti	Thu May 23 14:39:40 2013 +0100
+++ b/yetilab/transform/fft.yeti	Thu May 23 14:45:21 2013 +0100
@@ -32,6 +32,7 @@
     v[1] := complex.real arr[n-1];
     v);
 
+//!!! doc: n is supplied separately from the input vector to support partial evaluation
 realForward n = 
    (d = new DoubleFFT_1D(n);
     do bl: