From f68e6f289f15257d178cea379e67b20a140789d0 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 8 Feb 2015 10:53:48 +0000 Subject: [PATCH] Correct compile error git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4943 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/downsam9.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/downsam9.f90 b/lib/downsam9.f90 index d30d61577..80131ab8b 100644 --- a/lib/downsam9.f90 +++ b/lib/downsam9.f90 @@ -7,6 +7,7 @@ subroutine downsam9(id2,npts8,nsps8,newdat,nspsd,fpk,c2,nz2) use FFTW3 include 'constants.f90' + integer*4 NMAX1 parameter (NMAX1=604800) type(C_PTR) :: plan !Pointers plan for big FFT integer*2 id2(0:8*npts8-1)