comparison dsp/segmentation/Segmenter.h @ 484:d48276a3ae24

Add emacs/vi indent directives
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 31 May 2019 12:09:58 +0100
parents 175e51ae78eb
children 701233f8ed41
comparison
equal deleted inserted replaced
483:fdaa63607c15 484:d48276a3ae24
1 #ifndef _SEGMENTER_H 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2 #define _SEGMENTER_H
3
4 /* 2 /*
5 * Segmenter.h 3 * Segmenter.h
6 * soundbite 4 * soundbite
7 * 5 *
8 * Created by Mark Levy on 23/03/2006. 6 * Created by Mark Levy on 23/03/2006.
13 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
14 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
15 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
16 * 14 *
17 */ 15 */
16
17 #ifndef _SEGMENTER_H
18 #define _SEGMENTER_H
18 19
19 #include <vector> 20 #include <vector>
20 #include <iostream> 21 #include <iostream>
21 22
22 using std::vector; 23 using std::vector;