Mercurial > hg > qm-dsp
comparison dsp/tonal/ChangeDetectionFunction.h @ 489:701233f8ed41
Make include-guards consistent
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 16:48:37 +0100 |
parents | cbe668c7d724 |
children | bb78ca3fe7de |
comparison
equal
deleted
inserted
replaced
488:7992d0923626 | 489:701233f8ed41 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef _CHANGEDETECTIONFUNCTION_ | 16 #ifndef QM_DSP_CHANGEDETECTIONFUNCTION_H |
17 #define _CHANGEDETECTIONFUNCTION_ | 17 #define QM_DSP_CHANGEDETECTIONFUNCTION_H |
18 | 18 |
19 #include "TCSgram.h" | 19 #include "TCSgram.h" |
20 | 20 |
21 #include <valarray> | 21 #include <valarray> |
22 using std::valarray; | 22 using std::valarray; |