X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fpjrec.cpp;h=f61b8bf0ab55fe2da631b014f96d7fd1191055f4;hp=427c5a82fc9acd9f65319432467d85089ed4edec;hb=e89023477e02d9332f87cab5a7975407625dbd60;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7 diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 427c5a8..f61b8bf 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -7,9 +7,7 @@ ** Date Started: Aug 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 @@ -127,7 +125,7 @@ pjrec_main (int argc, char * const argv[]) char* pszFilenameImage = NULL; std::string sRemark; bool bOptVerbose = false; - bool bOptDebug = 1; + bool bOptDebug = false; int iOptZeropad = 1; int optTrace = Trace::TRACE_NONE; double dOptFilterParam = -1; @@ -139,6 +137,8 @@ pjrec_main (int argc, char * const argv[]) int iOptPreinterpolationFactor = 1; int nx, ny; char *endptr; + UNUSED(bOptDebug); + #ifdef HAVE_MPI ImageFile* imLocal; int mpi_nview, mpi_ndet;