gnuradio-core: Disable (temporarily) interpolator tap calculation
[debian/gnuradio] / gr-howto-write-a-block / swig / howto.i
1 /* -*- c++ -*- */
2
3 %include "gnuradio.i"                   // the common stuff
4
5 %{
6 #include "howto_square_ff.h"
7 #include "howto_square2_ff.h"
8 %}
9
10 %include "howto_square_ff.i"
11 %include "howto_square2_ff.i"