X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.cpp;h=2624d6a33444ed0259cb91a0bafa9f0611b61e94;hb=564c2f25b9026a53b2653b0b008b044e32a13050;hp=637b9debcf6b9065d63799fda149ab1f36b8a4b9;hpb=5a6caa64e880f613b82e516031028d02fd127257;p=ctsim.git diff --git a/src/views.cpp b/src/views.cpp index 637b9de..2624d6a 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -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);