X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fpjrec.cpp;fp=tools%2Fpjrec.cpp;h=6766e5b24cdf3708174bc1257839448aa314820d;hp=bc21b489950a23314dce2bc8d8a948833a4474bf;hb=4200add84ac2d531eafd1c09a2e58f6252102f5b;hpb=21a3eb69ff13b601703cfdcca278a3f60e949737 diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index bc21b48..6766e5b 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.25 2001/02/23 02:06:02 kevin Exp $ +** $Id: pjrec.cpp,v 1.26 2002/05/03 10:28:17 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 @@ -48,7 +48,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.25 2001/02/23 02:06:02 kevin Exp $"; +static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.26 2002/05/03 10:28:17 kevin Exp $"; void pjrec_usage (const char *program) @@ -107,10 +107,6 @@ pjrec_usage (const char *program) std::cout << " --trace Set tracing to level" << std::endl; std::cout << " none No tracing (default)" << std::endl; std::cout << " console Text level tracing" << std::endl; - std::cout << " phantom Trace phantom" << std::endl; - std::cout << " proj Trace allrays" << std::endl; - std::cout << " plot Trace plotting" << std::endl; - std::cout << " clipping Trace clipping" << std::endl; std::cout << " --verbose Turn on verbose mode" << std::endl; std::cout << " --debug Turn on debug mode" << std::endl; std::cout << " --version Print version" << std::endl;