X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fpjrec.cpp;h=df9af1ca2bcf4f12f3e594ba8792cb3ab8bc1c8a;hp=dc004844a5e4157e68c251ec30842ea3f3f92bc1;hb=e4c1f7f8eb87558c3abf3bf1d20732361f425351;hpb=ebe18bbc459204f8bf89880459804cc643a32f24 diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index dc00484..df9af1c 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pjrec.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $ +** $Id: pjrec.cpp,v 1.2 2000/07/15 08:36: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 @@ -135,7 +135,6 @@ pjrec_main (int argc, char * argv[]) string optFilterMethodName = SignalFilter::FILTER_METHOD_CONVOLUTION_STR; string optInterpName = Backprojector::INTERP_LINEAR_STR; string optBackprojName = Backprojector::BPROJ_IDIFF2_STR; - // string optFilterMethodName = SignalFilter::FILTER_METHOD_CONVOLUTION_STR; int optPreinterpolationFactor = 1; int nx, ny; #ifdef HAVE_MPI