From 6310419a4d4b4f8053b5a2822c45ab9f80d902fd Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 10 Feb 2024 10:50:42 -0500 Subject: [PATCH] Pretty up the Threshold output line. --- lib/superfox/sfoxtest.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/superfox/sfoxtest.f90 b/lib/superfox/sfoxtest.f90 index 3c1821b58..914c73745 100644 --- a/lib/superfox/sfoxtest.f90 +++ b/lib/superfox/sfoxtest.f90 @@ -197,7 +197,7 @@ program sfoxtest ! if(fgood.eq.0.0) exit if(fgoodsync.lt.0.5) exit enddo ! isnr - write(*,1320) threshold -1320 format('Threshold sensitivity (50% decoding):',f6.1) + if(snrdb.eq.0.0) write(*,1320) threshold +1320 format(/'Threshold sensitivity (50% decoding):',f6.1,' dB') 999 end program sfoxtest