mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
Add the save attribute to variables that are lazily initialized and reused across calls
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6765 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
282459b665
commit
bac8da7859
@ -39,7 +39,7 @@ subroutine syncmsk144(cdat,npts,pchk_file,msgreceived,fest,nutc,t0)
|
||||
data first/.true./
|
||||
|
||||
data s8/0,1,1,1,0,0,1,0/
|
||||
save first,cb,pi,twopi,dt
|
||||
save first,cb,pi,twopi,dt,s8,rcw,pp
|
||||
|
||||
if(first) then
|
||||
i=index(pchk_file,".pchk")
|
||||
|
Loading…
Reference in New Issue
Block a user