Mercurial > hg > x
comparison wavelet.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 | 5f3c32dc6e17 |
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 "wavelet.h" | 5 #include "wavelet.h" |
6 #include "matrix.h" | 6 #include "matrix.h" |
7 | 7 |
8 //--------------------------------------------------------------------------- | 8 //--------------------------------------------------------------------------- |
9 /* | 9 /* |