mirror of
https://github.com/hb9fxq/gr-digitalhf
synced 2024-12-22 15:10:00 +00:00
moved include statements to the right place
This commit is contained in:
parent
b7acc10f72
commit
7482ebfdbe
|
@ -18,13 +18,13 @@
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace gr {
|
|
||||||
namespace digitalhf {
|
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
namespace gr {
|
||||||
|
namespace digitalhf {
|
||||||
|
|
||||||
template<size_t N>
|
template<size_t N>
|
||||||
class llr_to_prob {
|
class llr_to_prob {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue