~ubuntu-branches/ubuntu/trusty/caps/trusty

« back to all changes in this revision

Viewing changes to dsp/BiQuad.h

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2014-02-06 14:43:59 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140206144359-805dtl0k35ikx34n
Tags: 0.9.18-1
* Imported Upstream version 0.9.18
* Bump Standards.
* Patches removed - applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        02111-1307, USA or point your web browser to http://www.gnu.org.
26
26
*/
27
27
 
28
 
#ifndef _DSP_BI_QUAD_H_
29
 
#define _DSP_BI_QUAD_H_
 
28
#ifndef DSP_BI_QUAD_H
 
29
#define DSP_BI_QUAD_H
30
30
 
31
31
#include "complex.h"
32
32
 
208
208
 
209
209
} /* namespace DSP */
210
210
 
211
 
#endif /* _DSP_BI_QUAD_H_ */
 
211
#endif /* DSP_BI_QUAD_H */