| 115 | |
| 116 | template<typename B, typename R> |
| 117 | Decoder_LDPC_bit_flipping<B, R>* |
| 118 | Decoder_LDPC_bit_flipping<B, R>::clone() const |
| 119 | { |
| 120 | throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__); |
| 121 | } |
| 122 | |
| 123 | template<typename B, typename R> |
| 124 | void |
nothing calls this directly
no outgoing calls
no test coverage detected