comparison dsp/segmentation/cluster_melt.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_MELT_H 17 #ifndef QM_DSP_CLUSTER_MELT_H
18 #define _CLUSTER_MELT_H 18 #define QM_DSP_CLUSTER_MELT_H
19 19
20 #include <stdlib.h> 20 #include <stdlib.h>
21 #include <math.h> 21 #include <math.h>
22 22
23 #ifdef __cplusplus 23 #ifdef __cplusplus