Mercurial > hg > x
comparison procedures.cpp @ 2:fc19d45615d1
* Make all file names lower-case to avoid case ambiguity
(some includes differed in case from the filenames they were
trying to include). Also replace MinGW-specific mem.h with
string.h
author | Chris Cannam |
---|---|
date | Tue, 05 Oct 2010 11:04:40 +0100 |
parents | 6422640a802f |
children | 42c078b19e9a |
comparison
equal
deleted
inserted
replaced
1:6422640a802f | 2:fc19d45615d1 |
---|---|
1 //--------------------------------------------------------------------------- | 1 //--------------------------------------------------------------------------- |
2 | 2 |
3 #include <math.h> | 3 #include <math.h> |
4 #include <mem.h> | 4 #include <string.h> |
5 #include "procedures.h" | 5 #include "procedures.h" |
6 #include "matrix.h" | 6 #include "matrix.h" |
7 #include "opt.h" | 7 #include "opt.h" |
8 #include "SinEst.h" | 8 #include "sinest.h" |
9 | 9 |
10 //--------------------------------------------------------------------------- | 10 //--------------------------------------------------------------------------- |
11 //TGMM methods | 11 //TGMM methods |
12 | 12 |
13 //method TGMM::TGMM: default constructor | 13 //method TGMM::TGMM: default constructor |