mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-30 20:52:28 -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
a87f7270b0
commit
eec8ef436a
@ -41,7 +41,8 @@ subroutine syncmsk144(cdat,npts,metric,msgreceived,fest)
|
|||||||
data first/.true./
|
data first/.true./
|
||||||
|
|
||||||
data s8/0,1,1,1,0,0,1,0/
|
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
|
if(first) then
|
||||||
! These files can be found in /lib/ldpc/jtmode_codes directory
|
! These files can be found in /lib/ldpc/jtmode_codes directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user