comparison src/EM.cpp @ 310:37d2d04d94db

Update subrepo code
author Chris Cannam
date Tue, 28 Apr 2015 09:17:12 +0100
parents 405a2ad601f4
children f98ba4f47e49
comparison
equal deleted inserted replaced
309:07ee4ebea57c 310:37d2d04d94db
18 #include <cstdlib> 18 #include <cstdlib>
19 #include <cmath> 19 #include <cmath>
20 20
21 #include <iostream> 21 #include <iostream>
22 22
23 #include "VectorOps.h" 23 #include "bqvec/VectorOps.h"
24 #include "Allocators.h" 24 #include "bqvec/Allocators.h"
25 #include "Instruments.h" 25 #include "Instruments.h"
26 26
27 using std::vector; 27 using std::vector;
28 using std::cerr; 28 using std::cerr;
29 using std::endl; 29 using std::endl;