Changeset 9676
- Timestamp:
- 09/29/08 13:42:39
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/developers/trondeau/qtgui/gnuradio-core/src/lib/general/gr_fxpt_nco.h
r7504 r9676 31 31 */ 32 32 class gr_fxpt_nco { 33 gr_ int32 d_phase;33 gr_uint32 d_phase; 34 34 gr_int32 d_phase_inc; 35 35 gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
r9626 r9676 12 12 rm specDisplay.pro 13 13 14 install: ; 15 make -f Makefile install 16 14 17 distdir: ; 15 18
