Change the selective "save" statement in syncmsk144.f90 to a global

save, to avoid what appears to be a stack overflow on Windows.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6728 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-06-05 14:03:20 +00:00
parent a87f7270b0
commit eec8ef436a
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ subroutine syncmsk144(cdat,npts,metric,msgreceived,fest)
data first/.true./
data s8/0,1,1,1,0,0,1,0/
save first,cb,cd,pi,twopi,dt,f0,f1
! save first,cb,cd,pi,twopi,dt,f0,f1
save
if(first) then
! These files can be found in /lib/ldpc/jtmode_codes directory