X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fphm2pj.cpp;h=7fa9bde79fe8133c34b3472905d70b4e51237533;hb=728543fba0d875b2977ea2b6562df1ee4a6af8f7;hp=dc045f411df43bd29a05a8d10b23148e12cd1dac;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7;p=ctsim.git diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index dc045f4..7fa9bde 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -7,9 +7,7 @@ ** Date Started: 1984 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 @@ -122,7 +120,8 @@ phm2pj_main (int argc, char* const argv[]) double opt_rotangle = -1; char* endptr = NULL; char* endstr; - + UNUSED(opt_debug); + #ifdef HAVE_MPI MPIWorld mpiWorld (argc, argv); #endif @@ -279,7 +278,7 @@ phm2pj_main (int argc, char* const argv[]) } std::ostringstream desc; - desc << "phm2pj: NDet=" << opt_ndet << ", Nview=" << opt_nview << ", NRay=" << opt_nray << ", RotAngle=" << opt_rotangle << "OffsetView =" << opt_offsetview << ", Geometry=" << optGeometryName << ", "; + desc << "phm2pj: NDet=" << opt_ndet << ", Nview=" << opt_nview << ", NRay=" << opt_nray << ", RotAngle=" << opt_rotangle << ", OffsetView =" << opt_offsetview << ", Geometry=" << optGeometryName << ", "; if (optPhmFileName.length()) { desc << "PhantomFile=" << optPhmFileName; } else if (optPhmName != "") {