From cfede5e9dbbfd88b1aba58705536274ab13f23c4 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 29 Nov 2016 15:39:15 +0000 Subject: [PATCH] Comment out the qra64_fastfading_channel function -- used only for tests. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7347 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/qra/qra64/qra64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/qra/qra64/qra64.c b/lib/qra/qra64/qra64.c index 5de2eea30..cfc9132fd 100644 --- a/lib/qra/qra64/qra64.c +++ b/lib/qra/qra64/qra64.c @@ -548,7 +548,7 @@ int qra64_decode_fastfading( } - +/* int qra64_fastfading_channel(float **rxen, const int *xmsg, const int submode, const float EbN0dB, const float B90, const int fadingModel) { // Simulate transmission over a fading channel and non coherent detection @@ -662,7 +662,7 @@ int qra64_fastfading_channel(float **rxen, const int *xmsg, const int submode, c return 0; } - +*/ // Static functions definitions ----------------------------------------------