X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctrec.c;h=01874dd82b8aecaa2c71896645102221af8b121b;hb=301180c6c8edb98580ee6657e87f5a21342b5d96;hp=a643d16f343378f13f1be5b7196ae137e8b25be7;hpb=c95a927599e20c3d7762073450e3126d9694107d;p=ctsim.git diff --git a/src/ctrec.c b/src/ctrec.c index a643d16..01874dd 100644 --- a/src/ctrec.c +++ b/src/ctrec.c @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctrec.c,v 1.11 2000/05/16 04:33:59 kevin Exp $ +** $Id: ctrec.c,v 1.12 2000/05/24 22:50:04 kevin Exp $ ** $Log: ctrec.c,v $ +** Revision 1.12 2000/05/24 22:50:04 kevin +** Added support for new SGP library +** ** Revision 1.11 2000/05/16 04:33:59 kevin ** Improved option processing ** @@ -115,7 +118,7 @@ ctrec_usage (const char *program) fprintf(stdout," --filter-param Alpha level for Hamming filter\n"); fprintf(stdout," --trace Set tracing to level\n"); fprintf(stdout," none No tracing (default)\n"); - fprintf(stdout," status Status tracing\n"); + fprintf(stdout," text Text level tracing\n"); fprintf(stdout," phm Trace phantom\n"); fprintf(stdout," rays Trace allrays\n"); fprintf(stdout," plot Trace plotting\n");