
13 Feb
2013
13 Feb
'13
11:13 p.m.
Hi,
// I have no idea why this exists, seems OK to remove it template <typename Scalar> packed_channel_value(Scalar v) { _value = static_cast< integer_t >( v ) % num_values; }
I always thought we need that but some testing shows it's not needed. I'll remove it.
Turns out this function is needed. For instance in channel_algorithm.hpp[449]. I'll leave it in for now. Christian