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
This commit is contained in:
Joe Taylor 2016-11-29 15:39:15 +00:00
parent 7600269207
commit cfede5e9db
1 changed files with 2 additions and 2 deletions

View File

@ -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 ----------------------------------------------