IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25226


Ignore:
Timestamp:
Sep 1, 2009, 2:36:33 PM (17 years ago)
Author:
Paul Price
Message:

ifdef removed code it wasn't intended to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksio.c

    r25209 r25226  
    12361236                out->fits->options->bitpix = 0;
    12371237            }
     1238#endif
    12381239            if (!psFitsWriteImage(out->fits, in->header, in->image, 0, in->extname)) {
    12391240                psError(PM_ERR_UNKNOWN, false, "failed to write image for extension %d\n", extnum);
    12401241                streaksExit("", PS_EXIT_UNKNOWN_ERROR);
    12411242            }
     1243#ifdef SAVE_AND_RESTORE_COMPRESSION
    12421244            if (out->fits->options) {
    12431245                out->fits->options->bitpix = bitpix;
Note: See TracChangeset for help on using the changeset viewer.