IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24383


Ignore:
Timestamp:
Jun 11, 2009, 6:25:35 PM (17 years ago)
Author:
bills
Message:

forgot to swap instances for the ChMask

File:
1 edited

Legend:

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

    r24286 r24383  
    948948    }
    949949
     950    if (sfiles->outChMask) {
     951        if (!swapOutputToInput(sfiles->inChMask, sfiles->outChMask)) {
     952            psError(PM_ERR_SYS, false, "failed to swap instances for chip mask.");
     953            return false;
     954        }
     955    }
    950956    if (!swapOutputToInput(sfiles->inImage, sfiles->outImage)) {
    951957        psError(PM_ERR_SYS, false, "failed to swap instances for Image.");
Note: See TracChangeset for help on using the changeset viewer.