Changes in src/mathutils.h [5b41ef9:b235c0e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.h
r5b41ef9 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. … … 28 28 */ 29 29 30 #ifndef MATHUTILS_H31 #define MATHUTILS_H30 #ifndef _AUBIO_MATHUTILS_H 31 #define _AUBIO_MATHUTILS_H 32 32 33 33 #include "fvec.h" … … 283 283 #endif 284 284 285 #endif 286 285 #endif /* _AUBIO_MATHUTILS_H */
Note: See TracChangeset
for help on using the changeset viewer.