r649: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 30 Mar 2001 19:25:00 +0000 (19:25 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 30 Mar 2001 19:25:00 +0000 (19:25 +0000)
include/Makefile.in
libctgraphics/Makefile.in
src/views.cpp

index 741211948d816a2a7cc3d97a42e82490c176be54..a104744707a2ed8c1f83b742f12f265e532efe70 100644 (file)
@@ -90,7 +90,7 @@ wxcflags = @wxcflags@
 wxconfig = @wxconfig@
 wxlibs = @wxlibs@
 
-noinst_HEADERS = ct.h ezplot.h pol.h sgp.h array2d.h imagefile.h backprojectors.h mpiworld.h fnetorderstream.h phantom.h timer.h sstream_subst scanner.h projections.h ctsupport.h filter.h array2dfile.h trace.h transformmatrix.h procsignal.h reconstruct.h plotfile.h hashtable.h fourier.h ctglobals.h dlgezplot.h interpolator.h ctndicom.h
+noinst_HEADERS = ct.h ezplot.h pol.h sgp.h array2d.h imagefile.h backprojectors.h mpiworld.h fnetorderstream.h phantom.h timer.h sstream_subst scanner.h projections.h ctsupport.h filter.h array2dfile.h trace.h transformmatrix.h procsignal.h reconstruct.h plotfile.h hashtable.h fourier.h ctglobals.h interpolator.h ctndicom.h nographics.h
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
index a3af4d978579179e66041803710f081512d65fc3..91dc4602d508227226b0f9b6f51e8bce70f44679 100644 (file)
@@ -91,7 +91,7 @@ wxconfig = @wxconfig@
 wxlibs = @wxlibs@
 
 noinst_LIBRARIES = libctgraphics.a
-libctgraphics_a_SOURCES = ezplot.cpp ezset.cpp pol.cpp sgp.cpp transformmatrix.cpp dlgezplot.cpp
+libctgraphics_a_SOURCES = ezplot.cpp ezset.cpp pol.cpp sgp.cpp transformmatrix.cpp 
 INCLUDES = @my_includes@
 EXTRA_DIST = Makefile.nt
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -106,7 +106,7 @@ LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 libctgraphics_a_LIBADD = 
 libctgraphics_a_OBJECTS =  ezplot.o ezset.o pol.o sgp.o \
-transformmatrix.o dlgezplot.o
+transformmatrix.o
 AR = ar
 CXXFLAGS = @CXXFLAGS@
 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
@@ -119,8 +119,8 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = gtar
 GZIP_ENV = --best
-DEP_FILES =  .deps/dlgezplot.P .deps/ezplot.P .deps/ezset.P .deps/pol.P \
-.deps/sgp.P .deps/transformmatrix.P
+DEP_FILES =  .deps/ezplot.P .deps/ezset.P .deps/pol.P .deps/sgp.P \
+.deps/transformmatrix.P
 SOURCES = $(libctgraphics_a_SOURCES)
 OBJECTS = $(libctgraphics_a_OBJECTS)
 
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);