mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	Fix command-line msk144 decoder. No changes to WSJT-X.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7052 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									ca19e977c0
								
							
						
					
					
						commit
						ecd48e425c
					
				@ -33,7 +33,7 @@ program msk144d
 | 
				
			|||||||
  bShMsgs=.false.
 | 
					  bShMsgs=.false.
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
  do
 | 
					  do
 | 
				
			||||||
     call getopt('d:ehm:ns:',long_options,c,optarg,narglen,nstat,noffset,nremain,.true.)
 | 
					     call getopt('d:ehm:n:s',long_options,c,optarg,narglen,nstat,noffset,nremain,.true.)
 | 
				
			||||||
     if( nstat .ne. 0 ) then
 | 
					     if( nstat .ne. 0 ) then
 | 
				
			||||||
        exit
 | 
					        exit
 | 
				
			||||||
     end if
 | 
					     end if
 | 
				
			||||||
@ -83,7 +83,7 @@ program msk144d
 | 
				
			|||||||
     read(unit=wav%lun) id2(1:npts)
 | 
					     read(unit=wav%lun) id2(1:npts)
 | 
				
			||||||
     close(unit=wav%lun)
 | 
					     close(unit=wav%lun)
 | 
				
			||||||
     call timer('read    ',1)
 | 
					     call timer('read    ',1)
 | 
				
			||||||
     call msk144_decode(id2,npts,nutc,1,pchk_file,mycall,hiscall,bShMsgs,ntol,t0,line)
 | 
					     call msk144_decode(id2,npts,nutc,1,mycall,hiscall,bShMsgs,ntol,t0,line)
 | 
				
			||||||
  enddo
 | 
					  enddo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  call timer('msk144  ',1)
 | 
					  call timer('msk144  ',1)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user