Remove temporary hardwiring of the "Fast" decode setting.

This commit is contained in:
Joe Taylor 2021-04-24 08:22:54 -04:00
parent 4a7d5b8602
commit 516f21b17c
1 changed files with 0 additions and 3 deletions

View File

@ -116,9 +116,6 @@ contains
baud=12000.0/nsps
this%callback => callback
nFadingModel=1
inquire(file='ndepth.dat',exist=ex)
if(.not.ex) ndepth=iand(ndepth,not(3)) + 1 !Treat any ndepth as "Fast"
maxiters=33
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 1)
ibwb=min(10,ibwa+2)