X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fpjrec.cpp;fp=tools%2Fpjrec.cpp;h=841a1981f19f386ee1661af79100b9a6091ff05d;hb=6afa21de8aa00b405de47584efe108c71df33e1b;hp=33fe7d3f6e45a7af71f1b6e38fdc1b9abf657db9;hpb=7a50ad8860d015c3e06038475929bc62011b561c;p=ctsim.git diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 33fe7d3..841a198 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pjrec.cpp,v 1.17 2000/09/02 05:10:39 kevin Exp $ +** $Id: pjrec.cpp,v 1.18 2000/12/16 02:44:26 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 @@ -27,7 +27,7 @@ #include "ct.h" #include "timer.h" - + enum {O_INTERP, O_FILTER, O_FILTER_METHOD, O_ZEROPAD, O_FILTER_PARAM, O_FILTER_GENERATION, O_BACKPROJ, O_PREINTERPOLATION_FACTOR, O_VERBOSE, O_TRACE, O_HELP, O_DEBUG, O_VERSION}; @@ -49,7 +49,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.17 2000/09/02 05:10:39 kevin Exp $"; +static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.18 2000/12/16 02:44:26 kevin Exp $"; void pjrec_usage (const char *program)