diff options
author | Andrej Rode <mail@andrejro.de> | 2018-02-17 14:02:04 +0100 |
---|---|---|
committer | Andrej Rode <mail@andrejro.de> | 2018-02-17 14:02:04 +0100 |
commit | 201031790ec8c855ec2eaf7883652ad37b164208 (patch) | |
tree | 5989b94e7dddb1499d6a8ee366c72f5c449df7df /gnuradio-runtime/include/gnuradio/math.h | |
parent | 3165aaf55a83dad81af0d61e3189d90a16cccc95 (diff) |
fixup! fec: convert viterbi sub-library to valid C++ in correct namespace
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/math.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/include/gnuradio/math.h b/gnuradio-runtime/include/gnuradio/math.h index ff41006912..9d96ae2555 100644 --- a/gnuradio-runtime/include/gnuradio/math.h +++ b/gnuradio-runtime/include/gnuradio/math.h @@ -31,8 +31,8 @@ #include <gnuradio/api.h> #include <gnuradio/gr_complex.h> -#define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ -#define M_LOG2E 1.4426950408889634074 /* log_2 e */ +#define GR_M_SQRT2 1.41421356237309504880 /* sqrt(2) */ +#define GR_M_LOG2E 1.4426950408889634074 /* log_2 e */ namespace gr { |