Mercurial > hg > octave-lojdl
view libcruft/fftpack/cfftf.f @ 6602:8ebd4f842715
[project @ 2007-04-30 17:12:45 by jwe]
author | jwe |
---|---|
date | Mon, 30 Apr 2007 17:12:45 +0000 |
parents | 30c606bec7a8 |
children | d20a2f261306 |
line wrap: on
line source
subroutine cfftf (n,c,wsave) implicit double precision (a-h,o-z) dimension c(1) ,wsave(1) if (n .eq. 1) return iw1 = n+n+1 iw2 = iw1+n+n call cfftf1 (n,c,wsave,wsave(iw1),wsave(iw2)) return end