diff data/fft/FFTFileCache.h @ 152:21792a550ec9 last-cc-copyright

* Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel (wow!), and make DTDM an abstract base * Move FFTFuzzyAdapter to FFTModel as a new subclass of DTDM
author Chris Cannam
date Mon, 31 Jul 2006 17:05:18 +0000
parents 4b2ea82fd0ed
children b23eea68357e
line wrap: on
line diff
--- a/data/fft/FFTFileCache.h	Mon Jul 31 16:15:45 2006 +0000
+++ b/data/fft/FFTFileCache.h	Mon Jul 31 17:05:18 2006 +0000
@@ -16,7 +16,7 @@
 #ifndef _FFT_FILE_CACHE_H_
 #define _FFT_FILE_CACHE_H_
 
-#include "base/FFTCache.h"
+#include "FFTCache.h"
 #include "fileio/MatrixFile.h"
 
 #include <QMutex>