From 377339a18584553d1b037f45b3db43f05daeb750 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 23 Mar 2013 13:31:33 +0000 Subject: [PATCH] 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 --- lib/decoder.f90 | 6 +++--- mainwindow.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index 07a8ab6db..f9dc865ba 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -28,14 +28,14 @@ subroutine decoder(ss,c0) newdat=1 nsynced=0 ndecoded=0 - limit=200 + limit=5000 ccflim=20.0 if(ndepth.ge.2) then - limit=2000 + limit=50000 ccflim=10.0 endif if(ndepth.ge.3) then - limit=20000 + limit=500000 ccflim=8.0 endif diff --git a/mainwindow.cpp b/mainwindow.cpp index a51b7212c..acc1ddb4c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"