mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
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:
parent
23e16b7e11
commit
fbf9d6ac80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user