comparison dsp/signalconditioning/DFProcess.cpp @ 441:3994516c1199

Merge from branch msvc
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 08 Feb 2018 15:41:27 +0000
parents 7461bf03194e
children fdaa63607c15
comparison
equal deleted inserted replaced
432:624ddb622a5d 441:3994516c1199
23 23
24 #include "DFProcess.h" 24 #include "DFProcess.h"
25 #include "maths/MathUtilities.h" 25 #include "maths/MathUtilities.h"
26 26
27 #include <cstring> 27 #include <cstring>
28 #include <algorithm>
29
28 30
29 ////////////////////////////////////////////////////////////////////// 31 //////////////////////////////////////////////////////////////////////
30 // Construction/Destruction 32 // Construction/Destruction
31 ////////////////////////////////////////////////////////////////////// 33 //////////////////////////////////////////////////////////////////////
32 34