discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] update_tap method in adaptive filter class


From: Philip Balister
Subject: [Discuss-gnuradio] update_tap method in adaptive filter class
Date: Fri, 15 Nov 2013 14:03:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

I'm looking at Coverity issue 1046173, Self Assignment.

See:

https://github.com/gnuradio/gnuradio/blob/master/gr-filter/lib/adaptive_fir_ccc_impl.cc#L71

Now, this function obviously doesn't do anything. I am trying to work
out the best way to resolve the issue. Can someone explai what we are
trying to do here? Is there some missing code that needs writing, so I
should replace this line with a comment? Or should we just remove this
function?

Philip



reply via email to

[Prev in Thread] Current Thread [Next in Thread]