From: Kevin M. Rosenberg Date: Thu, 29 Jun 2000 13:21:14 +0000 (+0000) Subject: r125: Fixed reconstruct call X-Git-Tag: debian-4.5.3-3~892 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=153fc8adf687148dca8aac8e04dd47e9f90887e6;p=ctsim.git r125: Fixed reconstruct call --- 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