Changes in src/temporal/c_weighting.h [621f1ff:b235c0e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/c_weighting.h
r621f1ff rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 19 19 */ 20 20 21 #ifndef _ CDESIGN_H22 #define _ CDESIGN_H21 #ifndef _AUBIO_FILTER_C_DESIGN_H 22 #define _AUBIO_FILTER_C_DESIGN_H 23 23 24 24 /** \file … … 86 86 #endif 87 87 88 #endif /* _ CDESIGN_H */88 #endif /* _AUBIO_FILTER_C_DESIGN_H */
Note: See TracChangeset
for help on using the changeset viewer.