Mercurial > hg > svcore
diff data/model/FFTModel.h @ 1086:9f4505ac9072
Tidy dense time-value model API a bit; add first simple unit test for FFT model
author | Chris Cannam |
---|---|
date | Wed, 10 Jun 2015 17:06:02 +0100 |
parents | ec6e7f0f3f5b |
children | 420fc961c0c4 |
line wrap: on
line diff
--- a/data/model/FFTModel.h Wed Jun 10 14:44:09 2015 +0100 +++ b/data/model/FFTModel.h Wed Jun 10 17:06:02 2015 +0100 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _FFT_MODEL_H_ -#define _FFT_MODEL_H_ +#ifndef FFT_MODEL_H +#define FFT_MODEL_H #include "data/fft/FFTDataServer.h" #include "DenseThreeDimensionalModel.h"