diff options
author | Ben Reynwar | 2011-06-21 15:51:40 -0700 |
---|---|---|
committer | Ben Reynwar | 2011-06-21 15:51:40 -0700 |
commit | 233621d6bbc3c68109998d0e68ffc7df7de69eb4 (patch) | |
tree | 9ddefc3f2eff9ab3e7de394e1304b6dd83715b83 /gr-digital/lib/digital_constellation.h | |
parent | 192f4a6614fb347c6bf5acb9cac0d190bb33089d (diff) | |
download | gnuradio-233621d6bbc3c68109998d0e68ffc7df7de69eb4.tar.gz gnuradio-233621d6bbc3c68109998d0e68ffc7df7de69eb4.tar.bz2 gnuradio-233621d6bbc3c68109998d0e68ffc7df7de69eb4.zip |
gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now that it is in gr-digital.
Diffstat (limited to 'gr-digital/lib/digital_constellation.h')
-rw-r--r-- | gr-digital/lib/digital_constellation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/digital_constellation.h b/gr-digital/lib/digital_constellation.h index 9da87a4de..4119b5803 100644 --- a/gr-digital/lib/digital_constellation.h +++ b/gr-digital/lib/digital_constellation.h @@ -27,7 +27,7 @@ #include <math.h> #include <gr_complex.h> #include <boost/enable_shared_from_this.hpp> -#include <gr_metric_type.h> +#include <digital_metric_type.h> /************************************************************/ /* digital_constellation */ |