r649: *** empty log message ***
[ctsim.git] / src / views.cpp
index 637b9debcf6b9065d63799fda149ab1f36b8a4b9..2624d6a33444ed0259cb91a0bafa9f0611b61e94 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.cpp,v 1.143 2001/03/30 19:17:32 kevin Exp $
+**  $Id: views.cpp,v 1.144 2001/03/30 19:25:00 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -2783,7 +2783,9 @@ ProjectionFileView::OnReconstructFourier (wxCommandEvent& event)
       *theApp->getLog() << "Error converting to polar\n";
       return;
     }
+#ifdef HAVE_FFT
     pIF->ifft(*pIF);
+#endif
     pIF->magnitude(*pIF);
     Fourier::shuffleFourierToNaturalOrder (*pIF);