comparison data/model/test/MockWaveModel.cpp @ 1109:a65328f0c450 3.0-integration

Merge from branch simple-fft-model
author Chris Cannam
date Wed, 01 Jul 2015 13:27:03 +0100
parents bead35921256
children 1309b66eff53
comparison
equal deleted inserted replaced
1106:ee0aff1d0743 1109:a65328f0c450
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 "MockWaveModel.h" 16 #include "MockWaveModel.h"
17
18 #include <cmath>
17 19
18 using namespace std; 20 using namespace std;
19 21
20 MockWaveModel::MockWaveModel(vector<Sort> sorts, int length, int pad) 22 MockWaveModel::MockWaveModel(vector<Sort> sorts, int length, int pad)
21 { 23 {