Changes in src/mathutils.h [b235c0e:5b41ef9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.h
rb235c0e r5b41ef9 1 1 /* 2 Copyright (C) 2003-20 13Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 28 28 */ 29 29 30 #ifndef _AUBIO_MATHUTILS_H31 #define _AUBIO_MATHUTILS_H30 #ifndef MATHUTILS_H 31 #define MATHUTILS_H 32 32 33 33 #include "fvec.h" … … 283 283 #endif 284 284 285 #endif /* _AUBIO_MATHUTILS_H */ 285 #endif 286
Note: See TracChangeset
for help on using the changeset viewer.