IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23552


Ignore:
Timestamp:
Mar 26, 2009, 9:03:16 AM (17 years ago)
Author:
eugene
Message:

alternate output file is not working yet; disable it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.c

    r23524 r23552  
    159159         burnfile = argv[i] + 4;
    160160
     161# if (0)
     162/* XXX disable for now: is not yet working */
    161163/* Alternate Output file for deburned image */
    162164      } else if(strncmp(argv[i], "outimage=", 9) == 0) {        /* outimage=fname */
    163165        ofilename = argv[i] + 9;
     166# endif
    164167
    165168/* Input file for previous burn persistence streaks */
Note: See TracChangeset for help on using the changeset viewer.