Adjust SNR limits in test_q65.

This commit is contained in:
Joe Taylor 2020-11-19 13:50:59 -05:00
parent 44343d87f6
commit 0bcb2f0d11
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ program test_q65
else
stop 'Invalid TR period'
endif
ia=i50 + 8
ib=i50 - 5
ia=i50 + 5
ib=i50 - 10
if(snr.ne.0.0) then
ia=99
ib=99