mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Fix JT4 averaging regression
Fell into the Fortran trap for C/C++ programmers, automatic SAVE attribute on default initialized variables. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6326 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									899b88e206
								
							
						
					
					
						commit
						5527bf5bac
					
				@ -184,8 +184,10 @@ contains
 | 
			
		||||
    integer, intent(in) :: freq
 | 
			
		||||
    logical, intent(in) :: flip
 | 
			
		||||
 | 
			
		||||
    character(len=1) :: cused='.', csync='*'
 | 
			
		||||
    character(len=1) :: cused, csync
 | 
			
		||||
 | 
			
		||||
    cused = '.'
 | 
			
		||||
    csync = '*'
 | 
			
		||||
    if (used) cused = '$'
 | 
			
		||||
    if (flip) csync = '$'
 | 
			
		||||
    write(14,1000) cused,utc,sync,dt,freq,csync
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user