mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Decode from disk sets npatience = 2.
This means that the first decode from a saved data file will be slow, but the saved wisdom for the decoded mode(s) will be better than for the default npatience = 1. All subsequent decodes in the same mode(s) will take advantage of the newly saved wisdom. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4616 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									eb45744177
								
							
						
					
					
						commit
						7223a29788
					
				@ -8,10 +8,12 @@ subroutine jt9c(ss,savg,id2,nparams0)
 | 
			
		||||
  character*20 datetime
 | 
			
		||||
  common/npar/nutc,ndiskdat,ntrperiod,nfqso,newdat,npts8,nfa,nfsplit,nfb,   &
 | 
			
		||||
       ntol,kin,nzhsym,nsave,nagain,ndepth,ntxmode,nmode,datetime
 | 
			
		||||
  common/patience/npatience
 | 
			
		||||
  equivalence (nparams,nutc)
 | 
			
		||||
 | 
			
		||||
  nutc=id2(1)+int(savg(1))             !Silence compiler warning
 | 
			
		||||
  nparams=nparams0                     !Copy parameters into common/npar/
 | 
			
		||||
  if(ndiskdat.ne.0) npatience=2
 | 
			
		||||
 | 
			
		||||
  call flush(6)
 | 
			
		||||
!  if(sum(nparams).ne.0) call decoder(ss,id2,ldir)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user