r148: *** empty log message ***
[ctsim.git] / tools / pjrec.cpp
index dc004844a5e4157e68c251ec30842ea3f3f92bc1..df9af1ca2bcf4f12f3e594ba8792cb3ab8bc1c8a 100644 (file)
@@ -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