diff libcruft/fftpack/cffti.f @ 7575:d20a2f261306

use * instead of 1 for assumed-size fortran arrays
author John W. Eaton <jwe@octave.org>
date Mon, 10 Mar 2008 13:30:01 -0400
parents 30c606bec7a8
children 82be108cc558
line wrap: on
line diff
--- a/libcruft/fftpack/cffti.f	Mon Mar 10 13:10:10 2008 -0400
+++ b/libcruft/fftpack/cffti.f	Mon Mar 10 13:30:01 2008 -0400
@@ -1,6 +1,6 @@
       subroutine cffti (n,wsave)
       implicit double precision (a-h,o-z)
-      dimension       wsave(1)
+      dimension       wsave(*)
       if (n .eq. 1) return
       iw1 = n+n+1
       iw2 = iw1+n+n