include FFT in DKSOPAL and DKSBaseMuSR

This commit is contained in:
Uldis Locans
2017-05-29 12:49:32 +02:00
parent f3527969cb
commit e32f9aaff2
15 changed files with 267 additions and 36 deletions

View File

@@ -1,11 +1,10 @@
SET (_SRCS MICBase.cpp)
SET (_HDRS MICBase.h)
SET (_SRCS MICBase.cpp MICFFT.cpp)
SET (_HDRS MICBase.h MICFFT.h)
IF (ENABLE_OPAL)
SET (_SRCS
${_SRCS}
MICChiSquare.cpp
MICFFT.cpp
MICGreensFunction.cpp
MICCollimatorPhysics.cpp
)
@@ -13,7 +12,6 @@ IF (ENABLE_OPAL)
SET (_HDRS
${_HDRS}
MICChiSquare.h
MICFFT.h
MICCollimatorPhysics.h
MICGreensFunction.hpp
MICMergeSort.h