X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctrec.c;h=01874dd82b8aecaa2c71896645102221af8b121b;hp=a643d16f343378f13f1be5b7196ae137e8b25be7;hb=8f6d22c1d18c183cfcb95ca97cea85cbae0ab6c3;hpb=881aa76b85473224ec84fbc6858a3b0f84c1fcf4 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");