X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fpjrec.cpp;h=c14312bedd80e93e454b0f605889662bd52ace44;hp=6f9fb7a3fbc3349a9aa7fa210ee7242ebd2f7951;hb=153fc8adf687148dca8aac8e04dd47e9f90887e6;hpb=931ea35fdc3a7e463602644e6938730556bf92a7 diff --git a/src/pjrec.cpp b/src/pjrec.cpp index 6f9fb7a..c14312b 100644 --- a/src/pjrec.cpp +++ b/src/pjrec.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pjrec.cpp,v 1.3 2000/06/29 12:39:46 kevin Exp $ +** $Id: pjrec.cpp,v 1.4 2000/06/29 13:21:14 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 @@ -281,7 +281,7 @@ pjrec_main (int argc, char * argv[]) if (optVerbose) timerReduce.timerEndAndReport ("Time to reduce image"); #else - projGlobal.reconstruct (*imGlobal, optFilterName.c_str(), optFilterParam, optInterpName.c_str(), optInterpParam, optBackprojName.c_str(), optTrace); + projGlobal.reconstruct (*imGlobal, optFilterName.c_str(), optFilterParam, optFilterMethodName.c_str(), optInterpName.c_str(), optInterpParam, optBackprojName.c_str(), optTrace); #endif #ifdef HAVE_MPI