Mercurial > hg > qm-dsp
comparison dsp/segmentation/cluster_segmenter.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 | d48276a3ae24 |
children |
comparison
equal
deleted
inserted
replaced
488:7992d0923626 | 489:701233f8ed41 |
---|---|
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 | 16 |
17 #ifndef _CLUSTER_SEGMENTER_H | 17 #ifndef QM_DSP_CLUSTER_SEGMENTER_H |
18 #define _CLUSTER_SEGMENTER_H | 18 #define QM_DSP_CLUSTER_SEGMENTER_H |
19 | 19 |
20 #include <stdio.h> | 20 #include <stdio.h> |
21 #include <stdlib.h> | 21 #include <stdlib.h> |
22 #include <math.h> | 22 #include <math.h> |
23 #include <float.h> | 23 #include <float.h> |