Mercurial > hg > qm-dsp
comparison maths/Correlation.cpp @ 489:701233f8ed41
Make include-guards consistent
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 16:48:37 +0100 |
parents | fa407c1d9923 |
children | af5b7ef02aa7 |
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 #include "Correlation.h" | 16 #include "Correlation.h" |
17 | |
18 #include "MathAliases.h" | |
17 | 19 |
18 ////////////////////////////////////////////////////////////////////// | 20 ////////////////////////////////////////////////////////////////////// |
19 // Construction/Destruction | 21 // Construction/Destruction |
20 ////////////////////////////////////////////////////////////////////// | 22 ////////////////////////////////////////////////////////////////////// |
21 | 23 |