X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fpjrec.cpp;fp=src%2Fpjrec.cpp;h=40a8cba5633e0636aab73888f9498fcf6eafcc6c;hb=6850134e4711a842cc7c0a306a9e4243df06b952;hp=c64f6ae849c958e6e228e0907550d80099f4607a;hpb=b8d8c64ac7fe071dd806064ae37f48e0e5b153bd;p=ctsim.git diff --git a/src/pjrec.cpp b/src/pjrec.cpp index c64f6ae..40a8cba 100644 --- a/src/pjrec.cpp +++ b/src/pjrec.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pjrec.cpp,v 1.8 2000/07/06 18:37:24 kevin Exp $ +** $Id: pjrec.cpp,v 1.9 2000/07/09 08:16:18 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 @@ -92,6 +92,7 @@ pjrec_usage (const char *program) cout << " diff Difference method" << endl; cout << " diff2 Optimized difference method (default)" << endl; cout << " idiff2 Optimized difference method with integer math" << endl; + cout << " idiff3 Highly-optimized difference method with integer math" << endl; cout << " --filter-param Alpha level for Hamming filter" << endl; cout << " --trace Set tracing to level" << endl; cout << " none No tracing (default)" << endl;