diff options
author | Tom Rondeau | 2011-07-10 20:29:27 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-07-10 20:29:27 -0400 |
commit | f232855f93d4bccf08b9836943b55c25c2ef0055 (patch) | |
tree | 68859b16d3728935e30b2a883289591c4b3ac27c /gr-digital/swig/digital_constellation.i | |
parent | 7dfb50a3deec474bb8896cfbfc8d51928908bd17 (diff) | |
download | gnuradio-f232855f93d4bccf08b9836943b55c25c2ef0055.tar.gz gnuradio-f232855f93d4bccf08b9836943b55c25c2ef0055.tar.bz2 gnuradio-f232855f93d4bccf08b9836943b55c25c2ef0055.zip |
digital: moving more constellation blocks into gr-digital. Builds, make check needs work.
Diffstat (limited to 'gr-digital/swig/digital_constellation.i')
-rw-r--r-- | gr-digital/swig/digital_constellation.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/swig/digital_constellation.i b/gr-digital/swig/digital_constellation.i index 40dd28a2b..ae31d443e 100644 --- a/gr-digital/swig/digital_constellation.i +++ b/gr-digital/swig/digital_constellation.i @@ -24,7 +24,7 @@ %template(unsigned_int_vector) std::vector<unsigned int>; // Make sure metric types get SWIGed. -%include digital_metric_type.h +%include "digital_metric_type.h" class digital_constellation; typedef boost::shared_ptr<digital_constellation> digital_constellation_sptr; |