mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Make msk144d2 -e (Eve mode) option work.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7443 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									a65ebafd48
								
							
						
					
					
						commit
						8607f261ce
					
				@ -28,7 +28,7 @@ program msk144d2
 | 
			
		||||
  type (option) :: long_options(9) = [ &
 | 
			
		||||
       option ('ndepth',.true.,'c','ndepth',''), &  
 | 
			
		||||
       option ('dxcall',.true.,'d','hiscall',''), &  
 | 
			
		||||
       option ('evemode',.true.,'e','',''), &
 | 
			
		||||
       option ('evemode',.true.,'e','Must be used with -s.',''), &
 | 
			
		||||
       option ('frequency',.true.,'f','rxfreq',''), &
 | 
			
		||||
       option ('help',.false.,'h','Display this help message',''), &
 | 
			
		||||
       option ('mycall',.true.,'m','mycall',''), &
 | 
			
		||||
@ -59,7 +59,7 @@ program msk144d2
 | 
			
		||||
     case ('d')
 | 
			
		||||
        read (optarg(:narglen), *) hiscall
 | 
			
		||||
     case ('e')
 | 
			
		||||
        t0=1e-4
 | 
			
		||||
        bswl=.true. 
 | 
			
		||||
     case ('f')
 | 
			
		||||
        read (optarg(:narglen), *) nrxfreq
 | 
			
		||||
     case ('h')
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user