r140: *** empty log message ***
[ctsim.git] / src / pjrec.cpp
index c64f6ae849c958e6e228e0907550d80099f4607a..40a8cba5633e0636aab73888f9498fcf6eafcc6c 100644 (file)
@@ -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;