From e4bb042f2c631232b31c02bf1b624f5aa1a792a2 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 22 Mar 2016 13:01:08 +0000 Subject: [PATCH] Increase size of working array in lorentzian.f90. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6547 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/lorentzian.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lorentzian.f90 b/lib/lorentzian.f90 index 4ea349d7b..1eec9baf7 100644 --- a/lib/lorentzian.f90 +++ b/lib/lorentzian.f90 @@ -10,9 +10,9 @@ subroutine lorentzian(y,npts,a) real y(npts) real a(4) real deltaa(4) - real x(1000) + real x(2000) - if(npts.gt.1000) stop 'Error in lorentzian' + if(npts.gt.2000) stop 'Error in lorentzian' a=0. df=12000.0/8192.0 !df = 1.465 Hz