From b1d2e4fecfc0709c7b07aeb7be8dbd3b274cc478 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 8 Nov 2016 23:41:32 +0000 Subject: [PATCH] Reduce the ISCAT decoder stack size requirement This stops a crash on Linux that is hard to avoid without increasing the default process stack size limit. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7303 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/iscat.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/iscat.f90 b/lib/iscat.f90 index 45ea47da9..c02a0fbe5 100644 --- a/lib/iscat.f90 +++ b/lib/iscat.f90 @@ -22,6 +22,7 @@ subroutine iscat(cdat0,npts0,nh,npct,t2,pick,cfile6,minsync,ntol, & data icos/0,1,3,2/ data nsync/4/,nlen/2/,ndat/18/ data c42/'0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ /.?@-'/ + save cdat,s0 nlines = 0 fsample=3100.78125 !Sample rate after 9/32 downsampling