Commit b13e36db authored by Kirill Sokolovsky's avatar Kirill Sokolovsky Committed by Emmanuel Bertin
Browse files

check USE_MODEL before including fft.h

parent 30bc9700
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,7 +43,9 @@
#include	"assoc.h"
#include	"back.h"
#include	"check.h"
#ifdef USE_MODEL 
#include	"fft.h"
#endif
#include	"field.h"
#include	"filter.h"
#include	"growth.h"