mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Change a message length from 22 to 37 chars.
This commit is contained in:
		
							parent
							
								
									b691ad6351
								
							
						
					
					
						commit
						a9bb1924f9
					
				@ -6,7 +6,7 @@ subroutine msk144spd(cbig,n,ntol,nsuccess,msgreceived,fc,fret,tret,navg,ct,   &
 | 
				
			|||||||
  use timer_module, only: timer
 | 
					  use timer_module, only: timer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  parameter (NSPM=864, MAXSTEPS=100, NFFT=NSPM, MAXCAND=5, NPATTERNS=6)
 | 
					  parameter (NSPM=864, MAXSTEPS=100, NFFT=NSPM, MAXCAND=5, NPATTERNS=6)
 | 
				
			||||||
  character*22 msgreceived
 | 
					  character*37 msgreceived
 | 
				
			||||||
  character*12 recent_calls(nrecent)
 | 
					  character*12 recent_calls(nrecent)
 | 
				
			||||||
  complex cbig(n)
 | 
					  complex cbig(n)
 | 
				
			||||||
  complex cdat(3*NSPM)                    !Analytic signal
 | 
					  complex cdat(3*NSPM)                    !Analytic signal
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user