X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Freconstruct.cpp;h=c85802749998665c64f2ebd974578e08d60e4804;hp=df456214c7b2a4066e7d9caa986c5eff9591d352;hb=c00c639073653fac7463a88f2b000f263236550d;hpb=23b7ef994fc5d95fcca6d4ae69abbd5971101262 diff --git a/libctsim/reconstruct.cpp b/libctsim/reconstruct.cpp index df45621..c858027 100644 --- a/libctsim/reconstruct.cpp +++ b/libctsim/reconstruct.cpp @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: reconstruct.cpp,v 1.6 2000/12/29 15:45:06 kevin Exp $ +** $Id: reconstruct.cpp,v 1.7 2001/01/02 16:02:13 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 @@ -123,7 +123,7 @@ Reconstructor::plotFilter (SGP* pSGP) ezplot.addCurve (adPlotXAxis, m_pProcessSignal->getFilter(), nVecFilter); ezplot.plot (pSGP); } - } + } delete adPlotXAxis; #endif } @@ -165,7 +165,7 @@ Reconstructor::reconstructView (int iStartView, int iViewCount, SGP* pSGP, bool } #endif #endif - + if (bBackprojectView) m_pBackprojector->BackprojectView (adFilteredProj, rDetArray.viewAngle()); @@ -197,7 +197,7 @@ Reconstructor::reconstructView (int iStartView, int iViewCount, SGP* pSGP, bool } #endif //HAVE_SGP } - - delete adFilteredProj; + + delete adFilteredProj; }