r125: Fixed reconstruct call
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 29 Jun 2000 13:21:14 +0000 (13:21 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 29 Jun 2000 13:21:14 +0000 (13:21 +0000)
src/pjrec.cpp

index 6f9fb7a3fbc3349a9aa7fa210ee7242ebd2f7951..c14312bedd80e93e454b0f605889662bd52ace44 100644 (file)
@@ -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