Fixes YA compile issue of a sloppy use of "const" ... should compile
authormichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 14 Aug 2006 22:44:48 +0000 (22:44 +0000)
committermichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 14 Aug 2006 22:44:48 +0000 (22:44 +0000)
commit4e8b03a868354c8c8ef9c72b021bf52a53615aee
tree382777ef489f77eaa941c6338c0d1bcce8d163fa
parente7d7a023503a193009ea14eaf5ee1eab19e2b60f
Fixes YA compile issue of a sloppy use of "const" ... should compile
now on all systems (with warnings possibly, but no errors). Mods which
force template expansion for a specific metric PDF function type
<float>, while still allowing for use-defined M-ary precision of the metrics.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3282 221aa14e-8319-0410-a670-987f0aec2ac5
gr-error-correcting-codes/src/lib/ecc_metrics_decode_viterbi_full_block.cc
gr-error-correcting-codes/src/lib/ecc_metrics_decode_viterbi_full_block.h
gr-error-correcting-codes/src/lib/ecc_syms_to_metrics.cc
gr-error-correcting-codes/src/lib/ecc_syms_to_metrics.h
gr-error-correcting-codes/src/lib/libecc/code_metrics.cc
gr-error-correcting-codes/src/lib/libecc/decoder.cc
gr-error-correcting-codes/src/lib/libecc/decoder.h
gr-error-correcting-codes/src/lib/libecc/encoder.cc