mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Increase values of "limit" in decoder.f90.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3073 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									d0c36bc8c8
								
							
						
					
					
						commit
						377339a185
					
				@ -28,14 +28,14 @@ subroutine decoder(ss,c0)
 | 
				
			|||||||
  newdat=1
 | 
					  newdat=1
 | 
				
			||||||
  nsynced=0
 | 
					  nsynced=0
 | 
				
			||||||
  ndecoded=0
 | 
					  ndecoded=0
 | 
				
			||||||
  limit=200
 | 
					  limit=5000
 | 
				
			||||||
  ccflim=20.0
 | 
					  ccflim=20.0
 | 
				
			||||||
  if(ndepth.ge.2) then
 | 
					  if(ndepth.ge.2) then
 | 
				
			||||||
     limit=2000
 | 
					     limit=50000
 | 
				
			||||||
     ccflim=10.0
 | 
					     ccflim=10.0
 | 
				
			||||||
  endif
 | 
					  endif
 | 
				
			||||||
  if(ndepth.ge.3) then
 | 
					  if(ndepth.ge.3) then
 | 
				
			||||||
     limit=20000
 | 
					     limit=500000
 | 
				
			||||||
     ccflim=8.0
 | 
					     ccflim=8.0
 | 
				
			||||||
  endif
 | 
					  endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
//---------------------------------------------------------------- MainWindow
 | 
					//--------------------------------------------------------------- MainWindow
 | 
				
			||||||
#include "mainwindow.h"
 | 
					#include "mainwindow.h"
 | 
				
			||||||
#include "ui_mainwindow.h"
 | 
					#include "ui_mainwindow.h"
 | 
				
			||||||
#include "devsetup.h"
 | 
					#include "devsetup.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user