From 17dcfd2417abc6315151c25891ab0011f1108644 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Tue, 27 Nov 2012 11:14:12 +0100 Subject: [PATCH] fix documentation --- libfftpack/ls_fft.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libfftpack/ls_fft.h b/libfftpack/ls_fft.h index 8675454..2d555eb 100644 --- a/libfftpack/ls_fft.h +++ b/libfftpack/ls_fft.h @@ -122,7 +122,7 @@ void kill_real_plan (real_plan plan); - on exit, it has the form r0, r1, i1, r2, i2, ... (a total of \a length values). */ void real_plan_forward_fftpack (real_plan plan, double *data); -/*! Computes a real forward FFT on \a data, using \a plan +/*! Computes a real backward FFT on \a data, using \a plan and assuming the FFTPACK storage scheme: - on entry, \a data has the form r0, r1, i1, r2, i2, ... (a total of \a length values); @@ -143,8 +143,7 @@ void real_plan_backward_fftw (real_plan plan, double *data); - on entry, \a data has the form r0, [ignored], r1, [ignored], ..., r[length-1], [ignored]; - on exit, it has the form r0, i0, r1, i1, ..., - r[length-1], i[length-1]. - */ + r[length-1], i[length-1]. */ void real_plan_forward_c (real_plan plan, double *data); /*! Computes a real backward FFT on \a data, using \a plan and assuming a full-complex storage scheme: