mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Added "flipx" to fix minor problem in deep search of average message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@219 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									882cb0b933
								
							
						
					
					
						commit
						d9ccca40f4
					
				@ -42,7 +42,8 @@ C  Compute the average of all flagged spectra for this segment.
 | 
			
		||||
      nqual=0
 | 
			
		||||
C  Possibly should pass nadd=nused, also:
 | 
			
		||||
      if(ndepth.ge.3) then
 | 
			
		||||
         call deep65(s3,mode65,neme,nsked,flip, 
 | 
			
		||||
         flipx=1.0                     !Normal flip not relevant for ave msg
 | 
			
		||||
         call deep65(s3,mode65,neme,nsked,flipx, 
 | 
			
		||||
     +   mycall,hiscall,hisgrid,deepmsg,qual)
 | 
			
		||||
         nqual=qual
 | 
			
		||||
         if(nqual.lt.nq1) deepmsg='                      '
 | 
			
		||||
@ -55,6 +56,5 @@ C  Suppress "birdie messages":
 | 
			
		||||
      if(decoded(1:7).eq.'0L6MWK ') decoded='                      '
 | 
			
		||||
 | 
			
		||||
 100  if(nused.lt.1) decoded='                      '
 | 
			
		||||
 | 
			
		||||
      return
 | 
			
		||||
      end
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user