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"