From 0bcb2f0d11df7e3eb4cd7135823bc43a512c6577 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 19 Nov 2020 13:50:59 -0500 Subject: [PATCH] Adjust SNR limits in test_q65. --- lib/test_q65.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/test_q65.f90 b/lib/test_q65.f90 index 5871b0579..395e5a5d2 100644 --- a/lib/test_q65.f90 +++ b/lib/test_q65.f90 @@ -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